Set the SSL certificates used by the cluster. Mostly used for HTTP traffic.
Parameters
This resource has no parameters.
Request
Schema
{"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"}}}