From: Ralf Jung Date: Mon, 14 Dec 2015 09:23:14 +0000 (+0100) Subject: letsencrypt-tiny: *oops* X-Git-Url: https://git.ralfj.de/lets-encrypt-tiny.git/commitdiff_plain/c263f7ab1e7c2904cb36a2cad9b73b3bc23e24b8 letsencrypt-tiny: *oops* --- diff --git a/letsencrypt-tiny b/letsencrypt-tiny index 57a2e60..f849008 100755 --- 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