Merge pull request #58 from kevgliss/configBasedNames

Adding ability to define distinguished names in config
This commit is contained in:
kevgliss
2015-08-29 10:23:21 -07:00
6 changed files with 125 additions and 6 deletions

View File

@ -80,6 +80,15 @@ LEMUR_RESTRICTED_DOMAINS = []
LEMUR_EMAIL = ''
LEMUR_SECURITY_TEAM_EMAIL = []
# Certificate Defaults
LEMUR_DEFAULT_COUNTRY = ''
LEMUR_DEFAULT_STATE = ''
LEMUR_DEFAULT_LOCATION = ''
LEMUR_DEFAULT_ORGANIZATION = ''
LEMUR_DEFAULT_ORGANIZATIONAL_UNIT = ''
# Logging
LOG_LEVEL = "DEBUG"