mirror of
https://github.com/certbot/certbot.git
synced 2026-04-27 17:21:46 -04:00
the readme one-liner fails in practice
It's missing the required -d before the domain name.
This commit is contained in:
parent
f69f9809a1
commit
3ee1f0b402
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ All you need to do is:
|
|||
|
||||
::
|
||||
|
||||
user@www:~$ sudo letsencrypt www.example.org
|
||||
user@www:~$ sudo letsencrypt -d www.example.org
|
||||
|
||||
|
||||
**Encrypt ALL the things!**
|
||||
|
|
|
|||
Loading…
Reference in a new issue