Correct minor cut/paste error
git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.3x@610 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
ffd453d012
commit
16b2a9c766
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user