This tutorial makes the following assumptions:
- That you are running JBoss under a ‘jboss’ user whose home directory is /home/jboss/
For the following examples the string “<server-name/ip>” should be replaced with the domain name, or ip address from which the site will be accessed via https. Also the path to your installed JDK is likely different.
- Create a new keystore using the jdk provided binary:
# /usr/lib/jvm/java-1.6.0-openjdk/bin/keytool -genkey -alias your_alias -keyalg RSA -keystore keystore.jks
Enter keystore password:
Re-enter new password:→ Continue reading “Configuring JBoss 6.x for HTTPS with a Self-Signed Cert”