Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

03 Custom SSL Certs

i128 edited this page Oct 20, 2017 · 1 revision

Hashview, upon initial run, will automatically generate self-signed certs for you to use. However, if you'd like to use your own, you may place a copy of your certs under the cert's directory.

Remove pre-generated certs

$ rm hashview/cert/server.crt
$ rm hashview/cert/server.key

Install your own fancy certs

$ mv /path/to/your/server.crt hashview/cert/server.crt
$ mv /path/to/your/server.key hashview/cert/server.key