alicloud_cas_certificate

Provides a CAS Certificate resource.

Example Usage

# Add a new Certificate.
resource "alicloud_cas_certificate" "cert" {
  name = "test"
  cert = file("${path.module}/test.crt")
  key  = file("${path.module}/test.key")
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: