cheat-sheets/letsencrypt.md
2024-01-09 16:27:16 +03:00

17 lines
162 B
Markdown
Executable File

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