oci_waas_certificate

This resource provides the Certificate resource in Oracle Cloud Infrastructure Web Application Acceleration and Security service.

Allows an SSL certificate to be added to a WAAS policy. The Web Application Firewall terminates SSL connections to inspect requests in runtime, and then re-encrypts requests before sending them to the origin for fulfillment.

For more information, see WAF Settings.

Example Usage

resource "oci_waas_certificate" "test_certificate" {
	#Required
	certificate_data = var.certificate_certificate_data
	compartment_id = var.compartment_id
	private_key_data = var.certificate_private_key_data

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	display_name = var.certificate_display_name
	freeform_tags = {"Department"= "Finance"}
	is_trust_verification_disabled = var.certificate_is_trust_verification_disabled
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Certificate * update - (Defaults to 20 minutes), when updating the Certificate * delete - (Defaults to 20 minutes), when destroying the Certificate

Import

Import is not supported for this resource.