From 03267f90c704c626ac60d0212499ac7f49a78114 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Thu, 12 Feb 2015 17:27:22 +0200 Subject: [PATCH] Add apache restart to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33aa69d65..f75881545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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'