mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
fixes
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user