diff options
Diffstat (limited to 'doc/md')
-rw-r--r-- | doc/md/Server-configuration.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
77 | sudo systemctl stop apache2 | 77 | sudo systemctl stop apache2 |
78 | sudo systemctl stop nginx | 78 | sudo systemctl stop nginx |
79 | 79 | ||
80 | # generate initial certificates - Let's Encrypt ACME servers must be able to access your server! | 80 | # generate initial certificates |
81 | # Let's Encrypt ACME servers must be able to access your server! port forwarding and firewall must be properly configured | ||
81 | sudo certbot certonly --standalone --noninteractive --agree-tos --email "admin@shaarli.mydomain.org" -d shaarli.mydomain.org | 82 | sudo certbot certonly --standalone --noninteractive --agree-tos --email "admin@shaarli.mydomain.org" -d shaarli.mydomain.org |
82 | # this will generate a private key and certificate at /etc/letsencrypt/live/shaarli.mydomain.org/{privkey,fullchain}.pem | 83 | # this will generate a private key and certificate at /etc/letsencrypt/live/shaarli.mydomain.org/{privkey,fullchain}.pem |
83 | 84 | ||