From your documentation, it looks like the result set from the search API endpoint, it doesn't return the sha256 Hash, so in order to actually retrieve the certificate, you would then need to call the list endpoint, in order to get the hash, and then call the get endpoint to finally return the cert
Is there a reason the hash isn't included in the search endpoint?
From your documentation, it looks like the result set from the search API endpoint, it doesn't return the sha256 Hash, so in order to actually retrieve the certificate, you would then need to call the list endpoint, in order to get the hash, and then call the get endpoint to finally return the cert
Is there a reason the hash isn't included in the search endpoint?