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
(parent:
5769bd1
)
letsencrypt-tiny: *oops*
author
Ralf Jung
<post@ralfj.de>
Mon, 14 Dec 2015 09:23:14 +0000
(10:23 +0100)
committer
Ralf Jung
<post@ralfj.de>
Mon, 14 Dec 2015 09:23:14 +0000
(10:23 +0100)
letsencrypt-tiny
patch
|
blob
|
history
diff --git
a/letsencrypt-tiny
b/letsencrypt-tiny
index 57a2e60269ffab56dde4ae2986399c70b251f29b..f8490085c55f0a311de72e16660ddecd883d0116 100755
(executable)
--- a/
letsencrypt-tiny
+++ b/
letsencrypt-tiny
@@
-13,7
+13,7
@@
def readConfig(fname, defSection = 'DEFAULT'):
def certfile(name):
global config
- return os.path.join(config['dirs']['certs'], name + ".crt"
+ ('' if suff is None else '+'+suff)
)
+ return os.path.join(config['dirs']['certs'], name + ".crt" )
def keyfile(name):
global config