open port 80 when using LE certs. fixes #42
This commit is contained in:
parent
5457321f40
commit
160f3cbc9b
3 changed files with 7 additions and 4 deletions
|
@ -193,7 +193,8 @@ in
|
|||
3) You let the server create a certificate via `Let's Encrypt`. Note that
|
||||
this implies that a stripped down webserver has to be started. This also
|
||||
implies that the FQDN must be set as an `A` record to point to the IP of
|
||||
the server. TODO: Explain more details
|
||||
the server. In particular port 80 on the server will be opened. For details
|
||||
on how to set up the domain records, see the guide in the readme.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue