action linode_get_databases_mongo_dbinstance_ssl { label: "Managed MongoDB Database SSL Certificate View" description: "Display the SSL CA certificate for an accessible Managed MongoDB Database.\n\nThe Database must have an `active` status to perform this command.\n\n**Note**: New MongoDB Databases cannot currently be created.\n" provider: linode method: GET path: "/databases/mongodb/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." } } } }