Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 429 Bytes

installing_a_custom_ssl_certificate.md

File metadata and controls

18 lines (13 loc) · 429 Bytes

Installing a custom SSL certificate

A self-signed SSL certificate is installed by default. This will generate a security warning in browsers. To use your own SSL certificate:

  1. Replace the SSL certificate files in the .ssl folder by your own. Make sure to use the same file names:
certificate.pem
private-key.pem
intermediate.pem
  1. Restart the turnkey
scripts/stop_turnkey.sh
scripts/start_turnkey.sh