From d9b8b05a460535dfb09168d1958c047255ff0fa2 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 18 Apr 2024 19:59:06 +0300 Subject: Add the `SSL_KEY_PAIR_*` configurations Add paths to the SSL key-pair used for signing and verifying the JWTs. --- gn_auth/settings.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gn_auth/settings.py') diff --git a/gn_auth/settings.py b/gn_auth/settings.py index feb80e3..59f3eec 100644 --- a/gn_auth/settings.py +++ b/gn_auth/settings.py @@ -28,3 +28,7 @@ CORS_HEADERS = [ "Authorization", "Access-Control-Allow-Credentials" ] + +# OpenSSL Key-Pair +SSL_KEY_PAIR_PRIVATE_KEY = "" +SSL_KEY_PAIR_PUBLIC_KEY = "" -- cgit v1.2.3