How to check if a CA is already created with a specific certPem without CA ID or name?

Hey team,
I have a certificate PEM file and want to determine if a 3rd party CA has already been created using it, but I don't have the CA ID or name or any other info. Before making a POST call to create the CA, is there a way to verify this?

Hi @SoumyaSrivastava, welcome to the community and OpenZiti (and zrok and browzer)!

the /cas endpoint supports fingerprint. You would be able to find it by the fingerprint of the cert.

hth

Yes, it worked with fingerprint. Thanks