From 0f3c8ba94417b49ac34ffc42ddb7559e6e5ecf6e Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Thu, 19 Feb 2015 16:21:25 +0200 Subject: [PATCH] Improve changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 679be1f81..1fafac27f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,6 +92,11 @@ With these lines: ``` Configure webclient virtual host: +``` +sudo nano /etc/apache2/sites-enabled/webclient.conf +``` + +Add these lines: ``` SSLVerifyClient none SSLVerifyDepth 1 @@ -115,13 +120,19 @@ sudo a2enmod headers 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_key_path: '/home/registry/registry/shared/ca/private/ca.key.pem' 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 * Added dedicated mina cron:setup and mina cron:clear for manual cron management.