The case of the missing comma, solved.
I am fixing the fedmsg config for release-monitoring. I pray I don't fix it any further. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
756d5c5c48
commit
094b8ffe71
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ items:
|
||||||
"sign_messages": True,
|
"sign_messages": True,
|
||||||
"validate_signatures": True,
|
"validate_signatures": True,
|
||||||
"crypto_backend": "x509",
|
"crypto_backend": "x509",
|
||||||
"ssldir": "/etc/pki/fedmsg/"
|
"ssldir": "/etc/pki/fedmsg/",
|
||||||
"certnames": {
|
"certnames": {
|
||||||
"release-monitoring." + socket.gethostname(): "release-monitoring",
|
"release-monitoring." + socket.gethostname(): "release-monitoring",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue