Issue while updating the TLS certificates

Hi All,

I tried to update the TLS certificates on ECE UI using below certificates got from GoDaddy but it is failing.

57736c67a7538a4.crt
57736c67a7538a4.pem
gd_bundle-g2-g1.crt

The chain file uploaded was created by concatenating 57736c67a7538a4.pem & gd_bundle-g2-g1.crt and the error received is:

Certificate chain was invalid [Invalid Entry: expected unencrypted rsa private key]

Please advise.

Thanks & Regards,

Hamid Allaoui

Hi All,

The issue has been fixed after doing below.

  1. Generate a RSA private key and CSR
  2. Send CSR to GoDaddy
  3. Decrypt RSA private key to use it in the certificate chain file expected by ECE
  4. Build the certificate chain file by appending files in below order:
    a. <private_decrypted.key>
    b. <3ca2508e02e2837f.pem> (Received from GoDaddy)
    c. <gd_bundle-g2-g1.crt> (Received from GoDaddy)

Thanks & Regards,

Hamid Allaoui

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.