How to set HSTS

Per impostare HSTS (HTTP Strict Transport Security) su Apache, segui questi passaggi: Assicurati che il tuo sito sia accessibile tramite HTTPS: Prima di abilitare HSTS, il tuo sito deve essere configurato correttamente con un certificato SSL/TLS valido. Verifica che tutte le pagine e le risorse (immagini, script, CSS) siano servite tramite HTTPS. Abilita il modulo … Read more

Configuring HTTPS on CentOS

1. Getting the required software   For an SSL encrypted web server you will need a few things. Depending on your install you may or may not have OpenSSL and mod_ssl, Apache’s interface to OpenSSL. Use yum to get them if you need them. yum install mod_ssl openssl   2. Generate a self-signed certificate   Using … Read more