cheat-sheets/letsencrypt.md

17 lines
162 B
Markdown
Raw Normal View History

2023-07-11 10:44:57 +03:00
# Letsencrypt
## Certbot install
~~~
pacman -S certbot
~~~
## Certbot setup ssl
~~~
certbot certonly
~~~
## Certbot update ssl
~~~
certbot renew --dry-run
~~~