diff --git a/docs/self-hosting.md b/docs/self-hosting.md index c85ba685..2cf433e7 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -125,6 +125,7 @@ In order to use it without the port number at the end, and to have encrypted com $ sudo apt-get install nginx # Install Certbot (SSL certificates) +$ sudo apt install snapd $ sudo snap install core; sudo snap refresh core $ sudo snap install --classic certbot $ sudo ln -s /snap/bin/certbot /usr/bin/certbot