Created
May 21, 2018 21:17
-
-
Save JohnTheodore/bfbd98105c7aa66b44d895018b9a4e35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Certificate Defaults | |
LEMUR_DEFAULT_COUNTRY = 'US' | |
LEMUR_DEFAULT_STATE = 'California' | |
LEMUR_DEFAULT_LOCATION = 'Mountain View' | |
LEMUR_DEFAULT_ORGANIZATION = 'Example Corp' | |
LEMUR_DEFAULT_ORGANIZATIONAL_UNIT = 'My Org' | |
# set the default plugin | |
LEMUR_DEFAULT_ISSUER_PLUGIN = 'verisign-issuer' | |
LEMUR_DEFAULT_AUTHORITY = 'verisign' | |
# Logging | |
LOG_LEVEL = 'DEBUG' | |
LOG_FILE = 'lemur.log' | |
# MPKI settings | |
VERISIGN_URL = 'certmanager-webservices.websecurity.symantec.com/vswebservices' | |
VERISIGN_PEM_PATH = '/etc/lemur/jt-vice-mpki-api.p7b' | |
VERISIGN_FIRST_NAME = 'lemur' | |
VERISIGN_LAST_NAME = 'viceapi' | |
VERISIGN_EMAIL = '[email protected]' | |
VERISIGN_INTERMEDIATE = '/etc/lemur/digitcert.intermediate.crt' | |
# VERISIGN_ROOT = '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment