Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

120
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!