17 lines
162 B
Markdown
Executable File
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
|
|
~~~
|