From: nodiscc Date: Sat, 15 Aug 2020 17:37:24 +0000 (+0200) Subject: doc: server configuration: add note on required firewall/NAT for Let's Encrypt certif... X-Git-Tag: v0.12.0-beta-1~16^2~24 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=e0fe33f90ba0bfedc50ba79982833e10c7e6c4a4 doc: server configuration: add note on required firewall/NAT for Let's Encrypt certificates --- diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index 3c207acc..f14be7f3 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md @@ -77,7 +77,8 @@ sudo apt install certbot sudo systemctl stop apache2 sudo systemctl stop nginx -# generate initial certificates - Let's Encrypt ACME servers must be able to access your server! +# generate initial certificates +# Let's Encrypt ACME servers must be able to access your server! port forwarding and firewall must be properly configured sudo certbot certonly --standalone --noninteractive --agree-tos --email "admin@shaarli.mydomain.org" -d shaarli.mydomain.org # this will generate a private key and certificate at /etc/letsencrypt/live/shaarli.mydomain.org/{privkey,fullchain}.pem