aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/md/Server-configuration.md3
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
77sudo systemctl stop apache2 77sudo systemctl stop apache2
78sudo systemctl stop nginx 78sudo 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
81sudo certbot certonly --standalone --noninteractive --agree-tos --email "admin@shaarli.mydomain.org" -d shaarli.mydomain.org 82sudo 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