From aee0ebee0cadc726e48941bf9d84179dce588e4f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 26 Nov 2021 15:36:57 +0100 Subject: [PATCH] Update app.ini --- conf/app.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.ini b/conf/app.ini index 39006db..4019c83 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -27,8 +27,8 @@ HTTP_PORT = __PORT__ ; not forget to export the private key): ; $ openssl pkcs12 -in cert.pfx -out cert.pem -nokeys ; $ openssl pkcs12 -in cert.pfx -out key.pem -nocerts -nodes -CERT_FILE = custom/https/cert.pem -KEY_FILE = custom/https/key.pem +CERT_FILE = /etc/yunohost/certs/__DOMAIN__/crt.pem +KEY_FILE = /etc/yunohost/certs/__DOMAIN__/key.pem ; The minimum allowed TLS version, currently supports "TLS10", "TLS11", "TLS12", and "TLS13". TLS_MIN_VERSION = TLS12 ; File permission when serve traffic via Unix domain socket.