Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

128
Vistas
SSL Renewal issues on Apache

I'm new at work and turns out SSL Certificate for our service was expired. From the SSL provider I renewed it and change of DNS CNAME was needed for "validation", after successful validation, I was given a Certificate(CRT), Intermediate/Chain files and CSR (Certificate Signing Request). Apache is used on web server where old certificate details are written in this format:

    SSLEngine on
        SSLCertificateFile /***/crt_code.crt
        SSLCertificateKeyFile /***/ca_code.key
        SSLCertificateChainFile /***/crt_code.csr

Which of these should be replaced by which of SSL provider provided files? Or am I doing this way wrong?

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Yo insatalla certificate you need the key you used to create the CSR and the new certificate. Optionally you can also configure apache to server the chain (it's what lies between your certificate and the root of the chain). You mentioned you have the certificate (crt) which is needed, the csr (which is NOT needed) and the intermediate (which is optional) but you didn't mention the keys which, like the certificate, is mandatory. About the apache configuration:

#Here goes the key file
SSLCertificateKeyFile /***/mydomain.key

#Here goes the certificate file
SSLCertificateFile /***/mydomain.crt

#Here goes the intermediate
SSLCertificateChainFile /***/mydomain.chain
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda