[svn:qpsmtpd] r610 - branches/0.3x/plugins

[email protected] 5 Feb 2006 01:28:44 -0000
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
Author: jpeacock
Date: Sat Feb  4 17:28:44 2006
New Revision: 610

Modified:
   branches/0.3x/plugins/tls_cert
Log:
Correct minor cut/paste error

Modified: branches/0.3x/plugins/tls_cert
==============================================================================
--- branches/0.3x/plugins/tls_cert	(original)
+++ branches/0.3x/plugins/tls_cert	Sat Feb  4 17:28:44 2006
@@ -65,7 +65,7 @@ system('openssl', 'genrsa', '-out', $SER
 
 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";