jamf / JAWA

Jamf Automation and Webhook Assistant
MIT License
130 stars 12 forks source link

Updating SSL/TLS certificate #13

Closed jwoll closed 3 years ago

jwoll commented 3 years ago

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 3 years ago

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 3 years ago

Great! Thank you, it worked.