Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error public certificate chain is invalid (the Nth certificate must be signed by Nth+1) #416

Closed
sbhakta99 opened this issue Nov 9, 2020 · 1 comment

Comments

@sbhakta99
Copy link
Contributor

I am getting the following message when attempting to Replace a Certificate on an Existing Load Balancer

public certificate chain is invalid (the Nth certificate must be signed by Nth+1)

I am following this doc.
https://docs.mulesoft.com/runtime-manager/lb-cert-upload#replace-a-certificate-on-an-existing-load-balancer

When only 1 cert (The Primary Certificate) is included in the public.pem it works but when we add multiple chain such as both The Primary Certificate & The Intermediate Certificate it throw this error. Please attempt to duplicate, it worked for us last time.

The Primary Certificate
-----BEGIN CERTIFICATE-----
(Your Primary SSL certificate: your_domain_name.crt)
-----END CERTIFICATE-----

The Intermediate Certificate
-----BEGIN CERTIFICATE-----
(Your Intermediate certificate: DigiCertCA.crt)
-----END CERTIFICATE-----
Screen Shot 2020-11-09 at 8 56 55 AM

@danieldiaz-mule
Copy link
Contributor

This is a non-issue, the chain was being built using the old ICA certificate:
https://knowledge.digicert.com/alerts/DigiCert-ICA-Update.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants