diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 58c40ee5..390190ed 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -88,6 +88,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) : https://certbot.eff.org +$ 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