Return correct intermediate certificate on digicert creation. (#762)

This commit also removes the unused DIGICERT_INTERMEDIATE env
var as it is not used.
This commit is contained in:
Paul Van de Vreede
2017-04-28 02:14:20 +10:00
committed by kevgliss
parent 05f4ae8e58
commit 604cd60dbe
5 changed files with 35 additions and 13 deletions

View File

@ -68,11 +68,10 @@ LEMUR_INSTANCE_PROFILE = 'Lemur'
# CLOUDCA_DEFAULT_VALIDITY = 2
DIGICERT_URL = 'https://www.digicert.com'
DIGICERT_URL = 'mock://www.digicert.com'
DIGICERT_API_KEY = 'api-key'
DIGICERT_ORG_ID = 111111
DIGICERT_ROOT = "ROOT"
DIGICERT_INTERMEDIATE = "INTERMEDIATE"
VERISIGN_URL = 'http://example.com'