Get SSL certificate

Hello,
I have executed "GET /_ssl/certificates" in elastic cloud-kibana dev tools , as a result generated certificate is stored in "path" : "node.crt".
But I couldn't able to view the file node.crt, where should I see in elastic cloud website?

Hi,

This API doesn't generate certificates, it shows you information about certificates that are in use in your cluster. See the documentation. What are you trying to do ?

Thanks for your reply. I want to get existing security certificates. How do I do that?Is there any way that I can get these certificates using kibana dev tools?

No, you can't, you need filesystem access to the elasticsearch node.

Got this, I think this may work.
https://www.elastic.co/guide/en/cloud-enterprise/current/ece-manage-certificates.html#ece-existing-security-certificates

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