From 7e434ce4bcf482552a70520cbe0f9dfbaad6ff10 Mon Sep 17 00:00:00 2001 From: "a.kosourov" Date: Sun, 4 Nov 2018 17:59:56 +0300 Subject: [PATCH] add ssl part in readme.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1db6ef46..42de3553 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,10 @@ _this is the recommended way to run remark42_ | notify.telegram.token | NOTIFY_TELEGRAM_TOKEN | | telegram token | | notify.telegram.chan | NOTIFY_TELEGRAM_CHAN | | telegram channel | | notify.telegram.timeout | NOTIFY_TELEGRAM_TIMEOUT | | telegram timeout | +| ssl.type | SSL_TYPE | none | https support, `none` - http, `static` - https | +| ssl.port | SSL_PORT | 8443 | port for https server | +| ssl.cert | SSL_CERT | | path to cert.pem file | +| ssl.key | SSL_KEY | | path to key.pem file | | max-comment | MAX_COMMENT_SIZE | 2048 | comment's size limit | | low-score | LOW_SCORE | `-5` | low score threshold | | critical-score | CRITICAL_SCORE | `-10` | critical score threshold |