action linode_get_databases_postgre_sqlinstance_ssl { label: "Managed PostgreSQL Database SSL Certificate View" description: "Display the SSL CA certificate for an accessible Managed PostgreSQL Database.\n\nThe Database must have an `active` status to perform this command.\n" provider: linode method: GET path: "/databases/postgresql/instances/{instanceId}/ssl" encoding: json output: { type: "object" description: "Managed Database SSL object." properties: { ca_certificate: { type: "string" format: "base64" description: "The base64-encoded SSL CA certificate for the Managed Database instance." } } } }