...
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.
After modifying the SSL Certificate and key, run the following commands to restart Nginx and have the changes take affect:
Code Block | ||
---|---|---|
| ||
>> nginx -t
>> service nginx reload |