mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Prevent example command from overflowing margins
This commit is contained in:
parent
b9496733f6
commit
6ba5f175ae
1 changed files with 2 additions and 1 deletions
|
|
@ -127,7 +127,8 @@ potentially be a separate directory for each domain. When requested a
|
|||
certificate for multiple domains, each domain will use the most recently
|
||||
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/eg -d other.example.net -d m.other.example.net``
|
||||
|
||||
would obtain a single certificate for all of those names, using the
|
||||
``/var/www/example`` webroot directory for the first two, and
|
||||
|
|
|
|||
Loading…
Reference in a new issue