"certbot.plugins.webroot"
*************************

Webroot plugin.

class certbot.plugins.webroot.Authenticator(*args, **kwargs)

   Bases: "certbot.plugins.common.Plugin"

   Webroot Authenticator.

class certbot.plugins.webroot._WebrootMapAction(option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None)

   Bases: "argparse.Action"

   Action class for parsing webroot_map.

class certbot.plugins.webroot._WebrootPathAction(*args, **kwargs)

   Bases: "argparse.Action"

   Action class for parsing webroot_path.

certbot.plugins.webroot._validate_webroot(webroot_path)

   Validates and returns the absolute path of webroot_path.

   Parameters:
      **webroot_path** (*str*) -- path to the webroot directory

   Returns:
      absolute path of webroot_path

   Return type:
      str
