Merge remote-tracking branch 'github/letsencrypt/master' into cli-config-fixes

Conflicts:
	letsencrypt/cli.py
	letsencrypt/constants.py
	letsencrypt/interfaces.py
This commit is contained in:
Jakub Warmuz
2015-05-29 07:42:24 +00:00
4 changed files with 20 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@ CLI_DEFAULTS = dict(
certs_dir=_CLI_DEFAULT_CERT_DIR,
cert_path=os.path.join(_CLI_DEFAULT_CERT_DIR, "cert-letsencrypt.pem"),
chain_path=os.path.join(_CLI_DEFAULT_CERT_DIR, "chain-letsencrypt.pem"),
renewer_config_file=os.path.join(_CLI_DEFAULT_CONFIG_DIR, "renewer.conf"),
test_mode=False,
)
"""Defaults for CLI flags and `.IConfig` attributes."""