From 039dc1a59353f1d8ccd16f2b35fc63b68346b32e Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 11 May 2015 13:16:45 +0300 Subject: [PATCH] Updated registry apache readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1e59f49aa..a9444599f 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,13 @@ Registrar configuration (/etc/apache2/sites-enabled/registrar.conf) is as follow Allow from all + SSLVerifyClient none + SSLVerifyDepth 1 + SSLCACertificateFile /home/registry/registry/shared/ca/certs/ca.cert.pem + SSLCARevocationFile /home/registry/registry/shared/ca/crl/crl.pem + # Uncomment in Apache 2.4 + # SSLCARevocationCheck chain + RequestHeader set SSL_CLIENT_S_DN_CN "%{SSL_CLIENT_S_DN_CN}s" SSLVerifyClient require