mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Update certificate readme
This commit is contained in:
parent
8df1b60fbf
commit
2dc5fc8410
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ Create certificate revocation list (prompts for pass phrase):
|
||||||
openssl ca -keyfile private/ca.key.pem -cert certs/ca.crt.pem -gencrl -out crl/crl.pem
|
openssl ca -keyfile private/ca.key.pem -cert certs/ca.crt.pem -gencrl -out crl/crl.pem
|
||||||
|
|
||||||
Configure registry registry/shared/config/application.yml to match the CA settings:
|
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_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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue