17 lines
162 B
Markdown
17 lines
162 B
Markdown
|
# Letsencrypt
|
||
|
|
||
|
## Certbot install
|
||
|
~~~
|
||
|
pacman -S certbot
|
||
|
~~~
|
||
|
|
||
|
## Certbot setup ssl
|
||
|
~~~
|
||
|
certbot certonly
|
||
|
~~~
|
||
|
|
||
|
## Certbot update ssl
|
||
|
~~~
|
||
|
certbot renew --dry-run
|
||
|
~~~
|