mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Update README.rst
Added example for SAN certificates
This commit is contained in:
parent
41defbe5e7
commit
e682ae2503
1 changed files with 4 additions and 1 deletions
|
|
@ -17,10 +17,13 @@ It's all automated:
|
|||
* If domain control has been proven, a certificate will get issued and the tool
|
||||
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
|
||||
|
||||
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
|
||||
not only get a new certificate, but also deploy it and configure your
|
||||
server automatically!::
|
||||
|
|
|
|||
Loading…
Reference in a new issue