Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 320 Bytes

File metadata and controls

11 lines (9 loc) · 320 Bytes

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}