From 90f66ccaf3004ab3ef4db7511ed9ce75d0ca50f9 Mon Sep 17 00:00:00 2001 From: Cedric Dufour Date: Fri, 4 Sep 2015 11:16:18 +0200 Subject: [PATCH] (fixed typo) --- cheat/cheatsheets/openssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat/cheatsheets/openssl b/cheat/cheatsheets/openssl index 46b14ed..9254c1c 100644 --- a/cheat/cheatsheets/openssl +++ b/cheat/cheatsheets/openssl @@ -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