mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
+5
-1
@@ -27,10 +27,14 @@ It's all automated:
|
|||||||
* If domain control has been proven, a certificate will get issued and the tool
|
* If domain control has been proven, a certificate will get issued and the tool
|
||||||
will automatically install it.
|
will automatically install it.
|
||||||
|
|
||||||
All you need to do 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 auth
|
||||||
|
|
||||||
|
For multiple domains (SAN) use::
|
||||||
|
|
||||||
|
user@www:~$ sudo letsencrypt -d www.example.org -d example.org auth
|
||||||
|
|
||||||
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
|
||||||
server automatically!::
|
server automatically!::
|
||||||
|
|||||||
Reference in New Issue
Block a user