From f5cb24687bb453294fc3b05de62b47ca40bc2960 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 13 Oct 2022 09:34:00 +0200 Subject: [PATCH] [mirotalk] - 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 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