From f6d4621834f7836793830221cf14628b86aedbba Mon Sep 17 00:00:00 2001 From: pierreozoux Date: Thu, 29 Jan 2015 17:03:20 +0000 Subject: [PATCH] Typo --- setup/ssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/ssl.sh b/setup/ssl.sh index f0ac2e8e..756c5305 100755 --- a/setup/ssl.sh +++ b/setup/ssl.sh @@ -45,7 +45,7 @@ fi # For nginx and postfix, pre-generate some Diffie-Hellman cipher bits which is # used when a Diffie-Hellman cipher is selected during TLS negotiation. Diffie-Hellman -# provides Perfect Forward Security. openssl's default is 1024 bits, but we'll +# provides Perfect Forward Secrecy. openssl's default is 1024 bits, but we'll # create 2048. if [ ! -f $STORAGE_ROOT/ssl/dh2048.pem ]; then openssl dhparam -out $STORAGE_ROOT/ssl/dh2048.pem 2048