(fixed typo)

This commit is contained in:
Cedric Dufour 2015-09-04 11:16:18 +02:00
parent f63406bc3e
commit 90f66ccaf3
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ awk '/-----BEGIN/,/END CERTIFICATE-----/' | \
openssl x509 -noout -enddate
# Generate Diffie-Hellman parameters:
openssl dhparamm -outform PEM -out dhparams.pem 2048
openssl dhparam -outform PEM -out dhparams.pem 2048