diff --git a/roles/anitya/fedmsg/templates/ssl.py.j2 b/roles/anitya/fedmsg/templates/ssl.py.j2 index a862ede110..0a9d88773b 100644 --- a/roles/anitya/fedmsg/templates/ssl.py.j2 +++ b/roles/anitya/fedmsg/templates/ssl.py.j2 @@ -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"), ]), )