Use SSL between JBossWEB and httpd - Create the server certificate

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2621

This topic has not yet been written. The content below is from the topic description.
11.1.4.2. Create the server certificate Create a new request: /etc/pki/tls/misc/CA -newreq That creates 2 files named newreq.pem and newkey.pem. newkey.pem is the file conf/server.key described above. Sign the request: /etc/pki/tls/misc/CA -signreq That creates a file named newcert.pem. newcert.pem is the file conf/server.crt described above. At that point you have created the SSL stuff needed for the VirtualHost in httpd. You should use a browser to test it after importing in the browser the content of the cacert.pem file.