SSL/HTTPS

If you have your own certificate that you wish to use for SSL configuration, you can apply it by changing:

#SSL settings
KEYSTORE_NAME={your_certificate}
KEY_PASSWORD={your_certificate_key}
KEYSTORE_PASSWORD={your_certificate_password}
ALIAS={your_certificate_alias}

Last updated