From bd5e9b5a7a188295d8731d560dff1e59c1587666 Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Tue, 16 Nov 2021 14:38:30 +0100 Subject: /opt/cert -> /opt/certs --- src/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wsgi.py') diff --git a/src/wsgi.py b/src/wsgi.py index 1b257cd..9e028b0 100755 --- a/src/wsgi.py +++ b/src/wsgi.py @@ -32,7 +32,7 @@ def get_pubkey(): if 'keypath' in os.environ: keypath = os.environ['JWT_PUBKEY_PATH'] else: - keypath = '/opt/cert/public.pem' + keypath = '/opt/certs/public.pem' with open(keypath, "r") as fd: pubkey = fd.read() -- cgit v1.1