projects
/
lets-encrypt-tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e10ca39
)
there is no CSRs folder anymore
author
Ralf Jung
<post@ralfj.de>
Tue, 29 Dec 2015 12:49:36 +0000
(13:49 +0100)
committer
Ralf Jung
<post@ralfj.de>
Tue, 29 Dec 2015 12:49:36 +0000
(13:49 +0100)
letsencrypt-tiny
patch
|
blob
|
history
diff --git
a/letsencrypt-tiny
b/letsencrypt-tiny
index 321f0c0ba49f8dd44c809cacc70c82401f3a2fb0..5b3f1ff01682fe5a33049a756ebc0eca3783d95d 100755
(executable)
--- a/
letsencrypt-tiny
+++ b/
letsencrypt-tiny
@@
-183,7
+183,6
@@
if __name__ == "__main__":
try:
os.makedirs(config['dirs']['certs'], mode = 0o755, exist_ok = True)
os.makedirs(config['dirs']['keys'], mode = 0o710, exist_ok = True)
- os.makedirs(config['dirs']['csrs'], mode = 0o755, exist_ok = True)
os.makedirs(config['dirs']['backups'], mode = 0o700, exist_ok = True)
except OSError:
pass