Digicert plugin (#478)

* Initial work on digicert plugin.

* Adding certificate pickup, to digicert plugin.

* Removing and rotating test api key.
This commit is contained in:
kevgliss
2016-11-07 14:40:00 -08:00
committed by GitHub
parent b74df2b3e4
commit aa979e31fd
6 changed files with 328 additions and 2 deletions

View File

@ -69,6 +69,12 @@ LEMUR_INSTANCE_PROFILE = 'Lemur'
# number of years to issue if not specified
# CLOUDCA_DEFAULT_VALIDITY = 2
DIGICERT_URL = 'https://www.digicert.com'
DIGICERT_API_KEY = 'api-key'
DIGICERT_ORG_ID = 000000
VERISIGN_URL = 'http://example.com'
VERISIGN_PEM_PATH = '~/'
VERISIGN_FIRST_NAME = 'Jim'