1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-23 08:36:06 +02:00

(fixed typo)

This commit is contained in:
Cedric Dufour 2015-09-04 11:16:18 +02:00
parent f63406bc3e
commit 90f66ccaf3

@ -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