Combine Comodo SSL certificate

Viewed 10

I have a Django website running Nginx on DigitalOcean. Now I have a certificate from Comodo. I have 4 files.

  1. AAACertificateServices.crt
  2. SectigoRSADomainValidationSecureServerCA.crt
  3. USERTrustRSAAAACA.crt
  4. mydomain.crt How do I combine these files and what do I need to do next? Because I get the error message: [emerg] 113128#113128: SSL_CTX_use_PrivateKey("/var/www/ssl/mydomain.key") failed (SSL: error:05800074:x509 certificate routines::key values mismatch)
0 Answers
Related