Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfireap committed Jun 22, 2023
1 parent d1faa8b commit 01202d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,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 =
Expand All @@ -212,6 +213,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*
Expand Down

0 comments on commit 01202d0

Please sign in to comment.