From cf2685ea631ff7c71894dad64d96768d77cb2ce2 Mon Sep 17 00:00:00 2001 From: giomba Date: Mon, 26 Oct 2020 22:11:55 +0100 Subject: [PATCH] first commit --- certbot.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 certbot.md diff --git a/certbot.md b/certbot.md new file mode 100644 index 0000000..970452f --- /dev/null +++ b/certbot.md @@ -0,0 +1,2 @@ +# certbot +```certbot certonly --pre-hook "systemctl stop apache2" --post-hook "systemctl start apache2" --standalone -d golem.linux.it -d git.golem.linux.it -d dockerhub.golem.linux.it```