GET /v2/databases/{database_cluster_uuid}/ca

digitalocean.com

Summary: Retrieve the Public Certificate
Operation ID: databases_get_ca
Auth: unknown
Description

To retrieve the public certificate used to secure the connection to the database cluster send a GET request to `/v2/databases/$DATABASE_ID/ca`. The response will be a JSON object with a `ca` key. This will be set to an object containing the base64 encoding of the public key certificate.

No probe data for this endpoint yet.