Messaging bridges: fix cert directory
This commit is contained in:
parent
822639a674
commit
b0a6c9ba0d
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ data:
|
|||
"validate_signatures": True,
|
||||
"crypto_backend": 'x509',
|
||||
"crypto_validate_backends": ['x509'],
|
||||
"ssldir": "/etc/pki/fedmsg",
|
||||
"ssldir": "/opt/app-root/etc/pki/fedmsg",
|
||||
"crl_location": "https://fedoraproject.org/fedmsg/crl.pem",
|
||||
"crl_cache": "/tmp/fedmsg/crl.pem",
|
||||
"crl_cache_expiry": 3600,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue