Merge branch 'cli-config-fixes' into renewer-cli

This commit is contained in:
Jakub Warmuz
2015-06-11 21:14:28 +00:00
8 changed files with 45 additions and 17 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ CERT_KEY_BACKUP_DIR = "keys-certs"
"""Directory where all certificates and keys are stored (relative to
`IConfig.work_dir`). Used for easy revocation."""
CERT_DIR = "certs"
CSR_DIR = "csrs"
"""Directory (relative to `IConfig.config_dir`) where CSRs are saved."""
IN_PROGRESS_DIR = "IN_PROGRESS"