Collapse AllExpand All

Configuring SSL Certificate Paths

If you’ve chosen not to use the self-signed certificate and key that are provided by the User Console, you will need to provide your own.

To optionally specify an SSL certificate to run your console over Secure HTTP:

  1. Modify the sslcert and sslkey entries in the [server] section of the configuration file with paths to your SSL certificate and key files. For example:
    sslcert: /example/path/server.crt
    sslkey: /example/path/server.key
    Note
    Note
    For more information on generating self-signed SSL certificates, go to http://www.akadia.com/services/ssh_test_certificate.html.