projects
/
lets-encrypt-tiny.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
letsencrypt-tiny: *oops*
[lets-encrypt-tiny.git]
/
letsencrypt-tiny
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