
"certbot.constants"
*******************

Certbot constants.

certbot.constants.SETUPTOOLS_PLUGINS_ENTRY_POINT = 'certbot.plugins'

   Setuptools entry point group name for plugins.

certbot.constants.OLD_SETUPTOOLS_PLUGINS_ENTRY_POINT = 'letsencrypt.plugins'

   Plugins Setuptools entry point before rename.

certbot.constants.STAGING_URI = 'https://acme-staging.api.letsencrypt.org/directory'

   Defaults for CLI flags and "IConfig" attributes.

certbot.constants.RENEWER_DEFAULTS = {'renew_before_expiry': '30 days', 'deploy_before_expiry': '99 years', 'renewer_enabled': 'yes'}

   Defaults for renewer script.

certbot.constants.ENHANCEMENTS = ['redirect', 'http-header', 'ocsp-stapling', 'spdy']

   List of possible "certbot.interfaces.IInstaller" enhancements.

   List of expected options parameters: - redirect: None - http-
   header: TODO - ocsp-stapling: TODO - spdy: TODO

certbot.constants.ARCHIVE_DIR = 'archive'

   Archive directory, relative to "IConfig.config_dir".

certbot.constants.CONFIG_DIRS_MODE = 493

   Directory mode for ".IConfig.config_dir" et al.

certbot.constants.ACCOUNTS_DIR = 'accounts'

   Directory where all accounts are saved.

certbot.constants.BACKUP_DIR = 'backups'

   Directory (relative to "IConfig.work_dir") where backups are kept.

certbot.constants.CSR_DIR = 'csr'

   See "IConfig.csr_dir".

certbot.constants.IN_PROGRESS_DIR = 'IN_PROGRESS'

   Directory used before a permanent checkpoint is finalized (relative
   to "IConfig.work_dir").

certbot.constants.KEY_DIR = 'keys'

   Directory (relative to "IConfig.config_dir") where keys are saved.

certbot.constants.LIVE_DIR = 'live'

   Live directory, relative to "IConfig.config_dir".

certbot.constants.TEMP_CHECKPOINT_DIR = 'temp_checkpoint'

   Temporary checkpoint directory (relative to "IConfig.work_dir").

certbot.constants.RENEWAL_CONFIGS_DIR = 'renewal'

   Renewal configs directory, relative to "IConfig.config_dir".

certbot.constants.RENEWER_CONFIG_FILENAME = 'renewer.conf'

   Renewer config file name (relative to "IConfig.config_dir").
