From b61bb58f7306a6badcb678e4f17aa297986a078f Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 1 Oct 2022 19:21:55 +0200 Subject: [PATCH] certificate for gitea --- seed/gitea/templates/app.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/gitea/templates/app.ini b/seed/gitea/templates/app.ini index a031250..dd6175c 100644 --- a/seed/gitea/templates/app.ini +++ b/seed/gitea/templates/app.ini @@ -33,8 +33,8 @@ LFS_CONTENT_PATH = /srv/gitea/lib/data/lfs LFS_JWT_SECRET = %%gitea_lfs_jwt_secret OFFLINE_MODE = true PROTOCOL = https -CERT_FILE = %%revprox_cert_file -KEY_FILE = %%revprox_key_file +CERT_FILE = %%revprox_client_cert_file +KEY_FILE = %%revprox_client_key_file [mailer] ENABLED = true