providing sample config
This commit is contained in:
parent
b885cdf9d0
commit
e2ea2ca4d1
|
@ -80,6 +80,13 @@ DIGICERT_API_KEY = "api-key"
|
||||||
DIGICERT_ORG_ID = 111111
|
DIGICERT_ORG_ID = 111111
|
||||||
DIGICERT_ROOT = "ROOT"
|
DIGICERT_ROOT = "ROOT"
|
||||||
|
|
||||||
|
DIGICERT_CIS_URL = "mock://www.digicert.com"
|
||||||
|
DIGICERT_CIS_PROFILE_NAMES = {"sha2-rsa-ecc-root": "ssl_plus"}
|
||||||
|
DIGICERT_CIS_API_KEY = "api-key"
|
||||||
|
DIGICERT_CIS_ROOTS = {"root": "ROOT"}
|
||||||
|
DIGICERT_CIS_INTERMEDIATES = {"inter": "INTERMEDIATE_CA_CERT"}
|
||||||
|
|
||||||
|
|
||||||
VERISIGN_URL = "http://example.com"
|
VERISIGN_URL = "http://example.com"
|
||||||
VERISIGN_PEM_PATH = "~/"
|
VERISIGN_PEM_PATH = "~/"
|
||||||
VERISIGN_FIRST_NAME = "Jim"
|
VERISIGN_FIRST_NAME = "Jim"
|
||||||
|
|
Loading…
Reference in New Issue