mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Added crl_dir to autotest
This commit is contained in:
parent
c77d38b6e3
commit
b18f450131
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue