From f60527448e54312946679841c6f9938712081496 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 19 May 2016 23:01:37 +0000 Subject: [PATCH] These are really .pem --- server/modules/certclient.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/modules/certclient.py b/server/modules/certclient.py index d4f2733..cdd0577 100755 --- a/server/modules/certclient.py +++ b/server/modules/certclient.py @@ -98,8 +98,8 @@ script exec /dev/tty9 2>&1 chvt 9 - DH="/systemid/$(hostname).%(tag)s.dh" - DH_LINK="/systemid/%(tag)s.dh" + DH="/systemid/$(hostname).%(tag)s.dh.pem" + DH_LINK="/systemid/%(tag)s.dh.pem" KEY="/systemid/$(hostname).%(tag)s.key.pem" KEY_LINK="/systemid/%(tag)s.key.pem" CERT="/systemid/$(hostname).%(tag)s.cert.pem"