1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

the readme one-liner fails in practice

It's missing the required -d before the domain name.
This commit is contained in:
Pavan Gupta
2015-03-09 04:13:22 -04:00
parent f69f9809a1
commit 3ee1f0b402

View File

@@ -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!**