From edea4c239d04a5fd1216d9c5571d6729aed46d98 Mon Sep 17 00:00:00 2001 From: Tom Li Date: Mon, 2 Feb 2015 18:36:51 +0800 Subject: [PATCH] tls_cert: unified cert name between tls and tls_cert. Signed-off-by: Tom Li --- plugins/tls_cert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tls_cert b/plugins/tls_cert index b1afde1..7101694 100644 --- a/plugins/tls_cert +++ b/plugins/tls_cert @@ -62,7 +62,7 @@ system('openssl', 'req', '-config', $CAfilename, '-new', '-x509', my $SERVER_key = 'ssl/qpsmtpd-server.key'; my $SERVER_csr = 'ssl/qpsmtpd-server.csr'; my $SERVER_crt = 'ssl/qpsmtpd-server.crt'; -my $SERVER_dhparam = 'ssl/qpsmtpd-server.dhparam'; +my $SERVER_dhparam = 'ssl/qpsmtpd-dhparam.pem'; my ($SERVER, $SERVERfilename) = tempfile( $template, DIR => "ssl", UNLINK => 1); print ${SERVER} return_cfg($opts{OU});