Update README.md
This commit is contained in:
parent
dbaa7e8f4b
commit
7c1f17c818
|
@ -44,6 +44,8 @@ letsencrypt certonly \
|
||||||
--standalone \
|
--standalone \
|
||||||
--domains example.com,www.example.com \
|
--domains example.com,www.example.com \
|
||||||
--server https://acme-staging.api.letsencrypt.org/directory \
|
--server https://acme-staging.api.letsencrypt.org/directory \
|
||||||
|
|
||||||
|
ls ~/letsencrypt/etc
|
||||||
```
|
```
|
||||||
|
|
||||||
### WebRoot
|
### WebRoot
|
||||||
|
@ -54,6 +56,8 @@ letsencrypt certonly \
|
||||||
--webroot --webroot-path /srv/www/acme-challenge \
|
--webroot --webroot-path /srv/www/acme-challenge \
|
||||||
--domains example.com,www.example.com \
|
--domains example.com,www.example.com \
|
||||||
--server https://acme-staging.api.letsencrypt.org/directory
|
--server https://acme-staging.api.letsencrypt.org/directory
|
||||||
|
|
||||||
|
ls ~/letsencrypt/etc
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run without Root
|
## Run without Root
|
||||||
|
|
Loading…
Reference in New Issue