Use this data source to get the Origin CA root certificate for a given algorithm."
data "cloudflare_origin_ca_root_certificate" "example" {
algorithm = "rsa"
}
algorithm
(String) The name of the algorithm used when creating an Origin CA certificate. Available values: rsa
, ecc
.cert_pem
(String) The Origin CA root certificate in PEM format.id
(String) The ID of this resource.