From e682ae2503d22b7e1be3bd9da74952cae7958141 Mon Sep 17 00:00:00 2001 From: PatrickHeppler Date: Wed, 1 Jul 2015 16:41:18 +0200 Subject: [PATCH] Update README.rst Added example for SAN certificates --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index db32889db..feeca1cab 100644 --- a/README.rst +++ b/README.rst @@ -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!::