mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Add apache restart to changelog
This commit is contained in:
parent
676e5b5ae3
commit
03267f90c7
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue