From 76aa8ed785f51ebb4df1ab00df715d790368058d Mon Sep 17 00:00:00 2001 From: Fernando Miguel Date: Sat, 23 Sep 2017 18:48:02 +0100 Subject: [PATCH] Updated Simple guide to add TLS cert to cpanel (markdown) --- Simple-guide-to-add-TLS-cert-to-cpanel.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Simple-guide-to-add-TLS-cert-to-cpanel.md b/Simple-guide-to-add-TLS-cert-to-cpanel.md index 3a5d66b..7fd6259 100644 --- a/Simple-guide-to-add-TLS-cert-to-cpanel.md +++ b/Simple-guide-to-add-TLS-cert-to-cpanel.md @@ -58,6 +58,9 @@ Go to cPanel File Manager, create a .htaccess file in the root of your public_ht `RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]` +*** + + # ADVANCE SETUP ## Once your site is running smoothly with TLS, you can have browsers preload HTTPS. @@ -72,8 +75,8 @@ Once informed, edit .htaccess and add the following: `` -This will add HSTS for 60 seconds. If the site is working as expect, increase it to 86400 seconds (one day). +### This will add HSTS for 60 seconds. If the site is working as expect, increase it to 86400 seconds (one day). `` @@ -81,8 +84,8 @@ This will add HSTS for 60 seconds. If the site is working as expect, increase it `` -Once that is proven to work, change to 6 months. +### Once that is proven to work, change to 6 months. `` @@ -90,4 +93,4 @@ Once that is proven to work, change to 6 months. `` -You may consider to add preload flag and submit to https://hstspreload.org/ \ No newline at end of file +## You may consider to add preload flag and submit to https://hstspreload.org/ \ No newline at end of file