add ssl privatekey/certificate to config

This commit is contained in:
Mystikfluu
2022-06-17 20:00:50 +02:00
parent 1e64231556
commit 03a5803786
3 changed files with 11 additions and 7 deletions
+4
View File
@@ -24,5 +24,9 @@
"logs": {
"level": 5
},
"ssl": {
"privateKey": "/etc/letsencrypt/live/ipost.tk/privkey.pem",
"certificate" : "/etc/letsencrypt/live/ipost.tk/cert.pem"
},
"disallow_proxies_by_headers": true
}