Fix anitya certnames for fedmsg
This commit is contained in:
parent
e2a65a242c
commit
c74efc8f87
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ config = dict(
|
|||
crl_cache_expiry=86400, # Daily
|
||||
|
||||
certnames=dict([
|
||||
("shell.anitya-frontend01", "shell-anitya-frontend01.fedoraproject.org"),
|
||||
("anitya.anitya-frontend01", "anitya-anitya-frontend01.fedoraproject.org"),
|
||||
("shell.anitya-backend01", "shell-anitya-backend01.fedoraproject.org"),
|
||||
("anitya.anitya-backend01", "anitya-anitya-backend01.fedoraproject.org"),
|
||||
("shell.anitya-frontend01", "shell-anitya-frontend01.vpn.fedoraproject.org"),
|
||||
("anitya.anitya-frontend01", "anitya-anitya-frontend01.vpn.fedoraproject.org"),
|
||||
("shell.anitya-backend01", "shell-anitya-backend01.vpn.fedoraproject.org"),
|
||||
("anitya.anitya-backend01", "anitya-anitya-backend01.vpn.fedoraproject.org"),
|
||||
]),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue