Posts

Showing posts with the label jboss

Jboss certificate generation

7.3. GENERATE A SSL ENCRYPTION KEY AND CERTIFICATE To use a SSL-encrypted HTTP connection (HTTPS), as well as other types of SSL-encrypted communication, you need a signed encryption certificate. You can purchase a certificate from a Certificate Authority (CA), or you can use a self-signed certificate. Self-signed certificates are not considered trustworthy by many third parties, but are appropriate for internal testing purposes. This procedure enables you to create a self-signed certificate using utilities which are available on Red Hat Enterprise Linux. Prerequisites You need the  keytool  utility, which is provided by any Java Development Kit implementation. OpenJDK on Red Hat Enterprise Linux installs this command to  /usr/bin/keytool . Understand the syntax and parameters of the  keytool  command. This procedure uses extremely generic instructions, because further discussion of the specifics of SSL certificates or the  keytool ...