commit cf2685ea631ff7c71894dad64d96768d77cb2ce2 Author: giomba Date: Mon Oct 26 22:11:55 2020 +0100 first commit 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```