Skip to content

Instantly share code, notes, and snippets.

View Danielwsx64's full-sized avatar
⌨️
Coding

Daniel Lima Danielwsx64

⌨️
Coding
View GitHub Profile
https://drive.google.com/file/d/1-88zaYo2tqBqfTQLYvXeOkVyaepzk660/view?usp=sharing
daniel
@Danielwsx64
Danielwsx64 / conf
Created March 30, 2017 13:52
Configuração Certificados Apache
<VirtualHost *:443>
DocumentRoot /var/www/meu_site
SSLEngine on
SSLProtocol all -SSLv2 -SSLv3
SSLCipherSuite ALL:!DH:!EXPORT:!RC4:+HIGH:+MEDIUM:!LOW:!aNULL:!eNULL
SSLCertificateFile /etc/apache2/certificados/meu_certificado.com.crt
SSLCertificateKeyFile /etc/apache2/certificados/meu_certificado.com.key
SSLCertificateChainFile /etc/apache2/certificados/root.crt