From b18f4501316a492d2af1ce545ce24e973b6151d0 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Sat, 16 May 2015 10:28:24 +0300 Subject: [PATCH] Added crl_dir to autotest --- config/application-example.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/application-example.yml b/config/application-example.yml index e2d7db61d..840e13447 100644 --- a/config/application-example.yml +++ b/config/application-example.yml @@ -57,6 +57,7 @@ registrant_url: 'https:/registrant.example.com' # for valid email body registran # Autotest config overwrites test: webclient_ip: '127.0.0.1' # it should match to localhost ip address + crl_dir: '/var/lib/jenkins/workspace/registry/ca/crl' crl_path: '/var/lib/jenkins/workspace/registry/ca/crl/crl.pem' ca_cert_path: '/var/lib/jenkins/workspace/registry/ca/certs/ca.crt.pem' ca_key_path: '/var/lib/jenkins/workspace/registry/ca/private/ca.key.pem'