Add option to sign for subdomains - Thanks to Sagi for the patch

This commit is contained in:
Scott Kitterman
2019-04-12 22:31:24 -04:00
parent 290a37b99c
commit 8dc3ac6474
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -49,6 +49,7 @@ defaultConfigData = {
'MacroList': '',
'MacroListVerify': '',
'DNSOverride': None,
'SubDomains': False,
'debugLevel': 0 # Undocumented config item for developer use
}
@@ -327,6 +328,7 @@ def _readConfigFile(path, configData=None, configGlobal={}):
'PidFile': 'str',
'UserID': 'str',
'Domain': 'dataset',
'SubDomains': 'bool',
'KeyFile': 'str',
'KeyFileEd25519': 'str',
'Selector': 'str',