This commit is contained in:
Peter Eckersley
2015-12-01 17:49:49 -08:00
parent f15c4125d3
commit 49efc489fc
+5 -5
View File
@@ -50,10 +50,10 @@ In many cases, you can just run ``letsencrypt-auto`` or ``letsencrypt``, and the
client will guide you through the process of obtaining and installing certs
interactively.
You can also tell it exactly what you want it to do. For instance, if you
want to obtain a cert for ``thing.com``, ``www.thing.com``, and
``otherthing.net``, using the Apache plugin to both obtain and install the
certs, you could do this::
You can also tell it exactly what you want it to do from the command line.
For instance, if you want to obtain a cert for ``thing.com``,
``www.thing.com``, and ``otherthing.net``, using the Apache plugin to both
obtain and install the certs, you could do this::
./letsencrypt-auto --apache -d thing.com -d www.thing.com -d otherthing.net
@@ -62,7 +62,7 @@ email and agreement to the Let's Encrypt Subscriber Agreement; you can
automate those with ``--email`` and ``--agree-tos``)
If you want to use a webserver that doesn't have full plugin support yet, you
can still use "standlone" or "webroot" plugins to obtain a certificate::
can still use "standalone" or "webroot" plugins to obtain a certificate::
./letsencrypt-auto certonly --standalone --email admin@thing.com -d thing.com -d www.thing.com -d otherthing.net