Settings: Remove {CERT,KEY}_FILE as first step to no more TLS

This commit is contained in:
Athanasius 2022-03-12 15:11:15 +00:00
parent 56b539fd56
commit 8b5b9142a3
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -16,9 +16,6 @@ class _Settings(object):
# Local installation settings
###############################################################################
CERT_FILE = "/etc/letsencrypt/live/eddn.edcd.io/fullchain.pem" # noqa: E221
KEY_FILE = "/etc/letsencrypt/live/eddn.edcd.io/privkey.pem" # noqa: E221
###############################################################################
# Relay settings
###############################################################################