cheat-sheets/letsencrypt.md
2024-01-19 09:52:59 +03:00

17 lines
162 B
Markdown

# Letsencrypt
## Certbot install
~~~
pacman -S certbot
~~~
## Certbot setup ssl
~~~
certbot certonly
~~~
## Certbot update ssl
~~~
certbot renew --dry-run
~~~