mirror of
https://github.com/certbot/certbot.git
synced 2026-06-10 17:20:36 -04:00
Document quirks of webroot-map in conf files
This commit is contained in:
parent
60e72188e4
commit
8bb7ed9a69
1 changed files with 3 additions and 1 deletions
|
|
@ -1266,7 +1266,9 @@ def _plugins_parsing(helpful, plugins):
|
|||
help="JSON dictionary mapping domains to webroot paths; this implies -d "
|
||||
"for each entry. You may need to escape this from your shell. "
|
||||
"""Eg: --webroot-map '{"eg1.is,m.eg1.is":"/www/eg1/", "eg2.is":"/www/eg2"}' """
|
||||
"This option is merged with, but takes precedence over, -w / -d entries")
|
||||
"This option is merged with, but takes precedence over, -w / -d entries."
|
||||
" At present, if you put webroot-map in a config file, it needs to be "
|
||||
' on a single line, like: webroot-map = {"example.com":"/var/www"}.')
|
||||
|
||||
class WebrootPathProcessor(argparse.Action): # pylint: disable=missing-docstring
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Reference in a new issue