mirror of https://gitlab.com/bashrc2/epicyon
Only get instance actor key in secure mode
parent
dd9a02ad2b
commit
ac128bb122
|
@ -16737,7 +16737,8 @@ def runDaemon(lowBandwidth: bool,
|
|||
|
||||
# signing key used for authorized fetch
|
||||
# this is the instance actor private key
|
||||
httpd.signingPrivateKeyPem = getInstanceActorKey(baseDir, domain)
|
||||
if secureMode:
|
||||
httpd.signingPrivateKeyPem = getInstanceActorKey(baseDir, domain)
|
||||
|
||||
if not unitTest:
|
||||
print('Creating inbox queue watchdog')
|
||||
|
|
Loading…
Reference in New Issue