GET /v2/databases/{databaseId}/credentials/certificate — TLS Cert
Retrieve the Base64-encoded TLS certificate for a Virtus Cloud database to establish encrypted connections from your application.
Use this endpoint to fetch the current TLS certificate for your database. The certificate is returned as a Base64-encoded string. Decode it and save the result as a .pem file, then reference that file in your database client’s TLS configuration to establish an encrypted, verified connection.
The TLS certificate encoded in Base64. Decode this value and save it to a .pem file to use with your database client.
If you have recently reset the certificate via the Reset Credentials endpoint, this endpoint returns the new certificate. Update your .pem file and reconnect any clients using the old certificate.