postgresql_ssl_certificates
Creates, updates, deletes, gets or lists a postgresql_ssl_certificates resource.
Overview
| Name | postgresql_ssl_certificates |
| Type | Resource |
| Id | linode.databases.postgresql_ssl_certificates |
Fields
The following fields are returned by SELECT queries:
- get_databases_postgresql_instance_ssl
Returns the SSL CA certificate of a single PostgreSQL Managed Database.
| Name | Datatype | Description |
|---|---|---|
ca_certificate | string (base64) | The base64-encoded SSL CA certificate for the Managed Database instance. (example: LS0tLS1CRUdJ...==) |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_databases_postgresql_instance_ssl | select | Display the SSL CA certificate for an accessible PostgreSQL Managed Database. The database's status needs to be active.Learn more... Learn more... |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
SELECT examples
- get_databases_postgresql_instance_ssl
Display the SSL CA certificate for an accessible PostgreSQL Managed Database. The database's status needs to be active.
Learn more...
Learn more...
SELECT
ca_certificate
FROM linode.databases.postgresql_ssl_certificates
;