Hi,
Has anyone been able to successfully install a custom hostname signed certificate on the MX? I am getting a "Failed verifying Device Cert with the Cert Chain" error message. I do have an open case with support already but wanted to reach out to the community as well.
The last reply I received from support was to make sure that the certificate is PEM encoded. In the CA reply, I did receive the signed certificate with a .pem extension along with the intermediate/root certificate bundle with a .pem extension. I attempted to upload them but still received the cert chain error.
I also converted the .pem to a .cer format using openssl but still received the cert chain error.
openssl x509 -inform PEM -in cacert.pem -outform DER -out certificate.cer
Could you please help me resolve the cert chain error?
Thank you in advance.