Tengo un certificado SSL comprado desde aqui: www.ssls.com
No entiendo por que, apache no lo ve - o yo no se (lo más seguro) instalarlo correctamente.
Probe poniendo en /sites-available/default-ssl.conf, en la seccion SSLengine on
Código: Seleccionar todo
SSLEngine on esto:
# A self-signed (snakeoil) certificate can be created by installing
# the ssl-cert package. See
# /usr/share/doc/apache2/README.Debian.gz for more info.
# If both key and certificate are stored in the same file, only the
# SSLCertificateFile directive is needed.
# SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
# SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
SSLCertificateFile /etc/ssl/certs/danp.com.es.crt
SSLCertificateKeyFile /etc/ssl/private/danp.com.es.key
# SSLCertificateFile /home/dan/Descargas/certificado/danp.com.es.crt
# SSLCertificateKeyFile /home/dan/Descargas/certificado/danp.com.es.key
No entiendo que estoy haciendo mal.
Por favor, alguien me puede ayudar en este tema para poder utilizar el certificado SSL sin problemas.
No se que más info para ayudar podría dar. Pedidla e intentaré facilitarla.
Gracias de antemano.