mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
add crl_path to application-example.yml #263
This commit is contained in:
parent
85ef41b347
commit
bbabaf75f6
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ time_zone: 'Tallinn' # more zones by rake time:zones:all
|
||||||
|
|
||||||
openssl_config_path: '/etc/ssl/openssl.cnf'
|
openssl_config_path: '/etc/ssl/openssl.cnf'
|
||||||
crl_dir: '/home/registry/registry/shared/ca/crl'
|
crl_dir: '/home/registry/registry/shared/ca/crl'
|
||||||
|
crl_path: '/home/registry/registry/shared/ca/crl/crl.pem'
|
||||||
ca_cert_path: '/home/registry/registry/shared/ca/certs/ca.crt.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_path: '/home/registry/registry/shared/ca/private/ca.key.pem'
|
||||||
ca_key_password: 'your-root-key-password'
|
ca_key_password: 'your-root-key-password'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue