mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Improve changelog
This commit is contained in:
parent
328561cb38
commit
0f3c8ba944
1 changed files with 12 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -92,6 +92,11 @@ With these lines:
|
||||||
```
|
```
|
||||||
|
|
||||||
Configure webclient virtual host:
|
Configure webclient virtual host:
|
||||||
|
```
|
||||||
|
sudo nano /etc/apache2/sites-enabled/webclient.conf
|
||||||
|
```
|
||||||
|
|
||||||
|
Add these lines:
|
||||||
```
|
```
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
SSLVerifyDepth 1
|
SSLVerifyDepth 1
|
||||||
|
@ -115,13 +120,19 @@ sudo a2enmod headers
|
||||||
sudo /etc/init.d/apache2 reload
|
sudo /etc/init.d/apache2 reload
|
||||||
```
|
```
|
||||||
|
|
||||||
Configure application.yml to match the CA settings:
|
Configure registry 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'
|
||||||
ca_key_path: '/home/registry/registry/shared/ca/private/ca.key.pem'
|
ca_key_path: '/home/registry/registry/shared/ca/private/ca.key.pem'
|
||||||
ca_key_password: 'registryalpha'
|
ca_key_password: 'registryalpha'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configure webclient application.yml to match the CA settings:
|
||||||
|
```
|
||||||
|
cert_path: '/home/registry/registry/shared/ca/certs/webclient.cert.pem'
|
||||||
|
key_path: '/home/registry/registry/shared/ca/private/webclient.key.pem'
|
||||||
|
```
|
||||||
|
|
||||||
20.01.2015
|
20.01.2015
|
||||||
|
|
||||||
* Added dedicated mina cron:setup and mina cron:clear for manual cron management.
|
* Added dedicated mina cron:setup and mina cron:clear for manual cron management.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue