Merge branch 'master' of github.com:Daplie/letsencrypt-cli
This commit is contained in:
commit
a74af01968
|
@ -74,7 +74,6 @@ sudo letsencrypt certonly \
|
||||||
--webroot --webroot-path /srv/www/example.com \
|
--webroot --webroot-path /srv/www/example.com \
|
||||||
--config-dir /etc/letsencrypt \
|
--config-dir /etc/letsencrypt \
|
||||||
--domains example.com,www.example.com \
|
--domains example.com,www.example.com \
|
||||||
--renew-by-default \
|
|
||||||
--server https://acme-staging.api.letsencrypt.org/directory
|
--server https://acme-staging.api.letsencrypt.org/directory
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue