John,

On 20.8.2014 18:08, John McLean wrote:
I used the following ubuntu guide to create my csr:

https://help.ubuntu.com/12.04/serverguide/certificates-and-security.html

If you followed steps from that guide you now might have:

1. Private key in PEM format (e.g. server.key)
2. Certificate signing request (e.g. server.csr)
3. Signed certificate from your CA in PEM format (e.g. cert-server.pem)
4. Optionaly, one or more files for certificate chain in PEM format (e.g. chain-server.pem).

YMMV for filenames.

Those files may be used directly in APR connector configuration, or they may be imported into keystore for JSSE connector configuration.

For JSSE connectors you may use one of two different file formats: PKCS#12 or JKS.


This used openssl so does than mean I'm using APR?

We cannot tell you what connector are you using. You should know that. Did you configure server.xml? Which connector did you declare in server.xml?

If you didn't declare HTTPS connector in server.xml, then you probably still don't have HTTPS enabled. You should read about connector specifics, and decide which connector suits you.

Once you select proper connector you may use aforementioned files (or derived keystore) to configure your APR or JSSE connector.

If you need help with that, let us know.

-Ognjen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to