certbot.configuration¶
Certbot user-supplied configuration.
-
class
certbot.configuration.NamespaceConfig(namespace)[source]¶ Bases:
objectConfiguration wrapper around
argparse.Namespace.For more documentation, including available attributes, please see
certbot.interfaces.IConfig. However, note that the following attributes are dynamically resolved usingwork_dirand relative paths defined incertbot.constants:accounts_dircsr_dirin_progress_dirkey_dirtemp_checkpoint_dir
And the following paths are dynamically resolved using
config_dirand relative paths defined incertbot.constants:default_archive_dirlive_dirrenewal_configs_dir
Variables: namespace – Namespace typically produced by argparse.ArgumentParser.parse_args().-
server_path¶ File path based on
server.