init
This commit is contained in:
16
letsencrypt.md
Normal file
16
letsencrypt.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Letsencrypt
|
||||
|
||||
## Certbot install
|
||||
~~~
|
||||
pacman -S certbot
|
||||
~~~
|
||||
|
||||
## Certbot setup ssl
|
||||
~~~
|
||||
certbot certonly
|
||||
~~~
|
||||
|
||||
## Certbot update ssl
|
||||
~~~
|
||||
certbot renew --dry-run
|
||||
~~~
|
Reference in New Issue
Block a user