From debe77d6332ddc859428e07f834c0c71909b172d Mon Sep 17 00:00:00 2001 From: Theenoro Date: Sun, 2 Oct 2022 05:32:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ecertbot.sh=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- certbot.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 certbot.sh diff --git a/certbot.sh b/certbot.sh new file mode 100644 index 0000000..7120ad1 --- /dev/null +++ b/certbot.sh @@ -0,0 +1,9 @@ +#!/bin/bash +apt update +apt install snapd -y +snap install core +snap refresh core +snap install --classic certbot +ln -s /snap/bin/certbot /usr/bin/certbot + +certbot certonly --nginx \ No newline at end of file