From 16b2a9c76669206b546c3c31b8ddb93087cc1e32 Mon Sep 17 00:00:00 2001 From: John Peacock Date: Sun, 5 Feb 2006 01:28:44 +0000 Subject: [PATCH] Correct minor cut/paste error git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.3x@610 958fd67b-6ff1-0310-b445-bb7760255be9 --- plugins/tls_cert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tls_cert b/plugins/tls_cert index 51c83d2..3b4d312 100755 --- a/plugins/tls_cert +++ b/plugins/tls_cert @@ -65,7 +65,7 @@ system('openssl', 'genrsa', '-out', $SERVER_key, 1024) == 0 system('openssl', 'req', '-config', $SERVERfilename, '-new', '-key', $SERVER_key, '-out', $SERVER_csr) == 0 - or die "Cannot create CA cert: $?"; + or die "Cannot create server cert: $?"; my ($SIGN, $SIGNfilename) = tempfile( $template, DIR => "ssl", UNLINK => 1); print ${SIGN} <<"EOT";