tls_cert: fix a misused quotes
Signed-off-by: Tom Li <biergaizi2009@gmail.com>
This commit is contained in:
parent
2cc6d3f938
commit
a44c70232c
@ -95,7 +95,7 @@ system('openssl', 'x509', '-extfile', $SIGNfilename, '-days', (365*2),
|
|||||||
'-req', '-out', $SERVER_crt) == 0
|
'-req', '-out', $SERVER_crt) == 0
|
||||||
or die "Cannot sign cert: $?";
|
or die "Cannot sign cert: $?";
|
||||||
|
|
||||||
system('openssl', 'dhparam', '-out', '$SERVER_dhparam', 2048) == 0
|
system('openssl', 'dhparam', '-out', $SERVER_dhparam, 2048) == 0
|
||||||
or die "Cannot create server dhparam: $?";
|
or die "Cannot create server dhparam: $?";
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user