Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For installations that do no use Puppet for configuration management, SSL keys and certificates can be replaced by modifying the certificate and key files in the directory /etc/nginx/ssl.

Code Block
languagetext
title/etc/nginx/ssl/localhost.crt
-----BEGIN CERTIFICATE-----
MIID4zCCAsugAwIBAgIJAP18E8VunWP
...
...
...
...
bIIS3egSl5MPwbfBrIojUfkaE84Ggl5J
-----END CERTIFICATE-----


After modifying the SSL Certificate and key, run the following commands to restart Nginx and have the changes take affect:

...