letsencrypt-tiny: *oops*
authorRalf Jung <post@ralfj.de>
Mon, 14 Dec 2015 09:23:14 +0000 (10:23 +0100)
committerRalf Jung <post@ralfj.de>
Mon, 14 Dec 2015 09:23:14 +0000 (10:23 +0100)
letsencrypt-tiny

index 57a2e60269ffab56dde4ae2986399c70b251f29b..f8490085c55f0a311de72e16660ddecd883d0116 100755 (executable)
@@ -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