Skip to content
Snippets Groups Projects
Commit 79ae6e6c authored by mazenovi's avatar mazenovi
Browse files

fix some typo

parent f729af22
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ echo "(3) - OCSP Stapling not enabled." ...@@ -100,7 +100,7 @@ echo "(3) - OCSP Stapling not enabled."
echo " depend on CA https://www.digicert.com/ssl-support/apache-enable-ocsp-stapling-on-server.htm" echo " depend on CA https://www.digicert.com/ssl-support/apache-enable-ocsp-stapling-on-server.htm"
# STEP 7 - enhance apache secuirty configuration # STEP 7 - enhance apache secuirty configuration
echo "Trying to resole (2) - HTTP Strict Transport Security not set" echo "Trying to resolve (2) - HTTP Strict Transport Security not set"
echo "see https://cipherli.st/ force ssl configuration good practices" echo "see https://cipherli.st/ force ssl configuration good practices"
echo "see https://raymii.org/s/tutorials/Strong_SSL_Security_On_Apache2.html" echo "see https://raymii.org/s/tutorials/Strong_SSL_Security_On_Apache2.html"
echo 'SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH' | sudo tee --append /etc/apache2/apache2.conf echo 'SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH' | sudo tee --append /etc/apache2/apache2.conf
...@@ -144,7 +144,7 @@ echo "restart apache to take modifcations" ...@@ -144,7 +144,7 @@ echo "restart apache to take modifcations"
sudo apache2ctl restart sudo apache2ctl restart
# STEP 8 - signed cert and import certificate authority # STEP 8 - signed cert and import certificate authority
echo "enhance our hey and cert" echo "enhance our key and cert"
echo "see https://blog.didierstevens.com/2008/12/30/howto-make-your-own-cert-with-openssl/" echo "see https://blog.didierstevens.com/2008/12/30/howto-make-your-own-cert-with-openssl/"
echo "generate 4096-bit long RSA key for our root CA (rootca.key)" echo "generate 4096-bit long RSA key for our root CA (rootca.key)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment