mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Update readme to reflect current commands
auth -> certonly
This commit is contained in:
+2
-2
@@ -35,11 +35,11 @@ It's all automated:
|
|||||||
|
|
||||||
All you need to do to sign a single domain is::
|
All you need to do to sign a single domain is::
|
||||||
|
|
||||||
user@www:~$ sudo letsencrypt -d www.example.org auth
|
user@www:~$ sudo letsencrypt -d www.example.org certonly
|
||||||
|
|
||||||
For multiple domains (SAN) use::
|
For multiple domains (SAN) use::
|
||||||
|
|
||||||
user@www:~$ sudo letsencrypt -d www.example.org -d example.org auth
|
user@www:~$ sudo letsencrypt -d www.example.org -d example.org certonly
|
||||||
|
|
||||||
and if you have a compatible web server (Apache or Nginx), Let's Encrypt can
|
and if you have a compatible web server (Apache or Nginx), Let's Encrypt can
|
||||||
not only get a new certificate, but also deploy it and configure your
|
not only get a new certificate, but also deploy it and configure your
|
||||||
|
|||||||
Reference in New Issue
Block a user