Updating SSL/TLS certificate
jwoll opened this issue · 2 comments
jwoll commented
Hello!
If I need to update my SSL/TLS certificate and private key, what is the best way to accomplish this?
Thank you.
ball42 commented
Howdy!
Great question - the certificate (jawa.crt) and key (jawa.key) are stored within the directory
/etc/ssl/certs/
To update, replace the files in that directory with the new cert & key, and then restart the nginx service
systemctl restart nginx.service
jwoll commented
Great! Thank you, it worked.