Signed GET

main
Bob Mottram 2021-09-14 13:36:38 +01:00
parent 1646a134d9
commit 96c09246c6
1 changed files with 1 additions and 2 deletions

View File

@ -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')