tools/certbot.md

3 lines
188 B
Markdown
Raw Permalink Normal View History

2020-10-26 21:11:55 +00:00
# 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```