From cb5db8c1495e1a17d200b6e1808a4bf3dead27cc Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 9 Feb 2014 21:04:39 +0000 Subject: [PATCH] We sign for stg.fp.o, not id.stg.fp.o --- roles/fedoauth/templates/fedoauth.stg.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedoauth/templates/fedoauth.stg.cfg b/roles/fedoauth/templates/fedoauth.stg.cfg index 5cb67a96bd..23f8933806 100644 --- a/roles/fedoauth/templates/fedoauth.stg.cfg +++ b/roles/fedoauth/templates/fedoauth.stg.cfg @@ -28,7 +28,7 @@ FAS_AVAILABLE_TO = [] # PERSONA CONFIGURATION # This is the domain for which we are willing to sign -PERSONA_DOMAIN = 'id.stg.fedoraproject.org' +PERSONA_DOMAIN = 'stg.fedoraproject.org' PERSONA_PRIVATE_KEY_PATH = '/etc/fedoauth/persona.stg.key' PERSONA_PRIVATE_KEY_PASSPHRASE = '{{ fedoauth_persona_key_passphrase }}'