Merge branch 'master' into fix_771

Conflicts:
	letsencrypt/cli.py
This commit is contained in:
James Kasten
2015-09-25 20:11:15 -07:00
24 changed files with 151 additions and 75 deletions
+2 -1
View File
@@ -313,7 +313,8 @@ class Client(object):
"""
for path in cert_path, chain_path:
le_util.make_or_verify_dir(
os.path.dirname(path), 0o755, os.geteuid())
os.path.dirname(path), 0o755, os.geteuid(),
self.config.strict_permissions)
# try finally close
cert_chain_abspath = None