Add apache restart to changelog

This commit is contained in:
Martin Lensment 2015-02-12 17:27:22 +02:00
parent 676e5b5ae3
commit 03267f90c7

View file

@ -68,6 +68,11 @@ With these lines:
SSLCACertificateFile /home/registry/registry/shared/ca/certs/ca.cert.pem SSLCACertificateFile /home/registry/registry/shared/ca/certs/ca.cert.pem
``` ```
Reload apache:
```
sudo /etc/init.d/apache2 reload
```
Configure application.yml to match the CA settings: Configure application.yml to match the CA settings:
``` ```
ca_cert_path: '/home/registry/registry/shared/ca/certs/ca.cert.pem' ca_cert_path: '/home/registry/registry/shared/ca/certs/ca.cert.pem'