mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
webroot configuration text--fix format
This commit is contained in:
+3
-1
@@ -111,7 +111,9 @@ potentially be a separate directory for each domain. When requested a
|
|||||||
certificate for multiple domains, each domain will use the most recently
|
certificate for multiple domains, each domain will use the most recently
|
||||||
specified ``--webroot-path``. So, for instance,
|
specified ``--webroot-path``. So, for instance,
|
||||||
|
|
||||||
``letsencrypt certonly --webroot -w /var/www/example/ -d www.example.com -d example.com -w /var/www/other -d other.example.net -d another.other.example.net``
|
::
|
||||||
|
|
||||||
|
letsencrypt certonly --webroot -w /var/www/example/ -d www.example.com -d example.com -w /var/www/other -d other.example.net -d another.other.example.net
|
||||||
|
|
||||||
would obtain a single certificate for all of those names, using the
|
would obtain a single certificate for all of those names, using the
|
||||||
``/var/www/example`` webroot directory for the first two, and
|
``/var/www/example`` webroot directory for the first two, and
|
||||||
|
|||||||
Reference in New Issue
Block a user