certbot.plugins.webroot¶
Webroot plugin.
-
class
certbot.plugins.webroot.Authenticator(*args, **kwargs)[source]¶ Bases:
certbot.plugins.common.PluginWebroot Authenticator.
-
classmethod
add_parser_arguments(add)[source]¶ Add plugin arguments to the CLI argument parser.
NOTE: If some of your flags interact with others, you can use cli.report_config_interaction to register this to ensure values are correctly saved/overridable during renewal.
Parameters: add (callable) – Function that proxies calls to argparse.ArgumentParser.add_argumentprepending options with unique plugin name prefix.
-
classmethod
-
class
certbot.plugins.webroot._WebrootMapAction(option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None)[source]¶ Bases:
argparse.ActionAction class for parsing webroot_map.