mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +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
|
||||
```
|
||||
|
||||
Reload apache:
|
||||
```
|
||||
sudo /etc/init.d/apache2 reload
|
||||
```
|
||||
|
||||
Configure application.yml to match the CA settings:
|
||||
```
|
||||
ca_cert_path: '/home/registry/registry/shared/ca/certs/ca.cert.pem'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue