From 2c986782f0b1853804f584ed29436fab8eae841c Mon Sep 17 00:00:00 2001 From: Georg Kahest Date: Tue, 11 Apr 2017 01:07:04 +0300 Subject: [PATCH] fix #263 --- doc/certificates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/certificates.md b/doc/certificates.md index 4caea4988..a77edbc2f 100644 --- a/doc/certificates.md +++ b/doc/certificates.md @@ -90,7 +90,7 @@ Create certificate revocation list (prompts for pass phrase): Configure registry registry/shared/config/application.yml to match the CA settings: openssl_config_path: '/etc/ssl/openssl.cnf' - crl_path: '/home/registry/registry/shared/ca/crl/crl.pem' + crl_dir: '/home/registry/registry/shared/ca/crl/crl.pem' ca_cert_path: '/home/registry/registry/shared/ca/certs/ca.crt.pem' ca_key_path: '/home/registry/registry/shared/ca/private/ca.key.pem' ca_key_password: 'your-root-key-password'