/v1/cluster/settings/ssl
{ "description": "api_cluster_ssl_settings", "type": "object", "properties": { "certificate": { "description": "Public certificate for the cluster in PEM format", "type": "string" }, "private_key": { "description": "Private key for the cluster in PEM format", "type": "string" } } }