7 de dez. de 2021
Leitura Prévia:
Ativar o OCSP Stapling
<IfModule mod_ssl.c>
# Specify cached response location (must be outside <VirtualHost>)
SSLStaplingCache shmcb: /var/run/ocsp(128000)
<VirtualHost *:443>
ServerAdmin admin@example.com
ServerName example.com
DocumentRoot /var/www
# Enable SSL & OCSP Stapling
SSLEngine on
SSLUseStapling on
# Configure Stapling Options
SSLStaplingResponderTimeout 5
SSLStaplingReturnResponderErrors off
# Assign SSL Certificate & Key
SSLCertificateFile /etc/apache2/ssl/example.com/my_certificate.crt
SSLCertificateKeyFile /etc/apache2/ssl/example.com/example.key
# Specify full certificate chain (Root, Intermediate, and Server)
SSLCACertificateFile /etc/apache2/ssl/full_chain.pem
</VirtualHost>
</IfModule>
Faça a varredura de seus terminais para localizar todos os seus certificados.
Inscrever-seVerifique a instalação do seu certificado quanto a problemas e vulnerabilidades de SSL.