mirror of https://gitlab.com/bashrc2/epicyon
Signed GET
parent
1646a134d9
commit
96c09246c6
|
@ -16899,8 +16899,7 @@ def runDaemon(defaultReplyIntervalHours: int,
|
|||
|
||||
# signing key used for authorized fetch
|
||||
# this is the instance actor private key
|
||||
if secureMode:
|
||||
httpd.signingPrivateKeyPem = getInstanceActorKey(baseDir, domain)
|
||||
httpd.signingPrivateKeyPem = getInstanceActorKey(baseDir, domain)
|
||||
|
||||
if not unitTest:
|
||||
print('Creating inbox queue watchdog')
|
||||
|
|
Loading…
Reference in New Issue