Closed HybridAU closed 1 year ago
Sorry for the delay by the way.
That sounds like a good idea, I'll update the PR in the next couple of days, and no worries about the delay I'm pretty busy with life too :+1:
I've updated this PR to import from the http module :slightly_smiling_face:
Hi @HybridAU,
Thanks so much for these changes and additions! They are so awesome.
This PR adds HTTPS as an option addressing issue #146 it also bumps the version of cryptography which fixes #214
It's pretty much a straight copy of the HTTP module, but with SSL.
Users can provide their own certificate/key at the path from the
https.certificate
andhttps.key
settings, by default/etc/ssl/opencanary/opencanary.pem
,/etc/ssl/opencanary/opencanary.key
respectively.Or if no certificate is provided, a self signed certificate is generated to look like a Synology NAS.