From 469005b52893b5ad7e9bc560e66cd2b2c2941fad Mon Sep 17 00:00:00 2001 From: Spitap Date: Thu, 22 Jun 2023 09:58:34 +0200 Subject: [PATCH] Fixed README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 33fa18d..173d382 100644 --- a/README.rst +++ b/README.rst @@ -187,6 +187,7 @@ If you want to generate a valid certificate using `Let's Encrypt modify the following settings:: [certificate] + generate = true type = letsencrypt tls_cert_file_path = tls_key_file_path = @@ -211,6 +212,7 @@ If you want to use already generated certs, simply edit the ``installer.cfg`` file and modify the following settings:: [certificate] + generate = true type = manual tls_cert_file_path = *path to tls key file* tls_key_file_path = * path to tls fullchain file*