Note |
---|
For installations that use Puppet for configuration management, see squirro.yaml for details on how to add an SSL certificate. |
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 | ||||
---|---|---|---|---|
| ||||
-----BEGIN CERTIFICATE-----
MIID4zCCAsugAwIBAgIJAP18E8VunWP
...
...
...
...
bIIS3egSl5MPwbfBrIojUfkaE84Ggl5J
-----END CERTIFICATE----- |
Code Block | ||||
---|---|---|---|---|
| ||||
-----BEGIN PRIVATE KEY-----
MIIEvQIBADANBgkqhkiG9w0BAQEFAASC
...
...
...
...
M7us5FQOGVfVmTbvDucPecrWdNS6bvKS
-----END PRIVATE KEY----- |
After modifying the SSL Certificate and key, run the following commands to restart Nginx and have the changes take affect:
...
language | bash |
---|
...
This page can now be found at SSL Certificates on the Squirro Docs site.