From f0c98e72047cc1e18d2af26841c3b5bb5cb9a0b1 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 13 Oct 2022 10:23:29 +0200 Subject: [PATCH] [mirotalksfu] - update docs --- docs/self-hosting.md | 1 + 1 file changed, 1 insertion(+) 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