Fail for update certificate elastic cloud enterprise

Hi everyone,

I'm new with Elastic Cloud Enterprise and installation worked fine but when tested in my web browser, say that certificate not trusted.

So i tryed updated certificate generated with the "certbot" the ECE not work well, show the error message like this:

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

Containing the certificate file in PEM format structured like this:

-----BEGIN RSA PRIVATE KEY-----
(Mykey.key)
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
(Mycertificate.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(CA_bundle.crt)
-----END CERTIFICATE-----

Also tried order inverted and command line way and showed the same error message. Someone have similar problem? how fix it?

best regards

Apparently the problem was with the root certificate. After updating and concatenating with the other certificates and keys, it worked correctly.

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