action linode_get_databases_my_sqlinstance_ssl { label: "Managed MySQL Database SSL Certificate View" description: "Display the SSL CA certificate for an accessible Managed MySQL Database.\n\nThe Database must have an `active` status to perform this command.\n" provider: linode method: GET path: "/databases/mysql/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." } } } }