added key and cert files to https config in forgejo

This commit is contained in:
John Lancaster
2026-04-01 20:48:38 -05:00
parent fb7750235f
commit 76cb1d078b
+2
View File
@@ -37,6 +37,8 @@
ROOT_URL = "https://forgejo.john-stream.com"; ROOT_URL = "https://forgejo.john-stream.com";
PROTOCOL = "https"; PROTOCOL = "https";
COOKIE_SECURE = true; COOKIE_SECURE = true;
KEY_FILE = config.mtls.keyFile;
CERT_FILE = config.mtls.certFile;
}) })
]; ];