Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To create a private key, click the keys on the keystore you just created and then on the next page click on Create Private Key. Enter valid data in the appropriate field data.

Click on Review Key Data and then on the next page click Generate Key. You should now see the key you just generated listed in the Keystore Configuration portlet.

You now Now you can use that certificate this key by configuring an HTTPS connector as described in
httphttps://cwiki.apache.org/confluence/GMOxDOC22/adding-new-listeners-for-the-web-containers.html. display/GMOxDOC30/Add+new+HTTPS+listener. Remember to make the certificate and keystore available by clicking on the "lock" icon. For this example we have , you can modified the existing TomcatWebSSLConnector, we specified the new keystore and saved the configuration.

For this configuration to take effect, you need to restart the connector. Click on the stop link corresponding to the network listener you just updated, in this case TomcatWebSSLConnector, and then click on start. Now this connector is using the new keystore and certificate.

...

If you now point your browser to that particular port, you should see the server is using the certificate you created previously. For this example, as we because you are using the existing SSL connector, we point the your browser to:

https://localhost:8443/console

...