v25

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015053126.2 KB
Database

Set database proxy certificate

Set or replace database proxy certificate

post/v1/bdbs/{uid}/certificates

Path parameters

uidinteger required

The database unique ID

Query parameters

dry_runboolean

Validate the request without persisting changes

Request body

certstring required

PEM-encoded certificate

private_keystring required

PEM-encoded private key

Response

The updated database proxy certificate

bdb_uidstring

BDB UID that this certificate belongs to

certstring

PEM-encoded certificate

not_afterstring date-time

Date the certificate is valid until. Parsed from the certificate.

not_beforestring date-time

Date the certificate is valid from. Parsed from the certificate.

private_keystring

PEM-encoded private key