CertificatePack

class CertificatePack : KotlinCustomResource

Example Usage

Import

$ pulumi import cloudflare:index/certificatePack:CertificatePack example <zone_id>/<certificate_pack_id>

While supported, importing isn't recommended and it is advised to replace the certificate entirely instead.

Properties

Link copied to clipboard

Which certificate authority to issue the certificate pack. Available values: digicert, lets_encrypt, google, ssl_com. Modifying this attribute will force creation of a new resource.

Link copied to clipboard

Whether or not to include Cloudflare branding. This will add sni.cloudflaressl.com as the Common Name if set to true. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val hosts: Output<List<String>>

List of hostnames to provision the certificate pack for. The zone name must be included as a host. Note: If using Let's Encrypt, you cannot use individual subdomains and only a wildcard for subdomain is available. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<String>

Certificate pack configuration type. Available values: advanced. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
Link copied to clipboard

Which validation method to use in order to prove domain ownership. Available values: txt, http, email. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val validityDays: Output<Int>

How long the certificate is valid for. Note: If using Let's Encrypt, this value can only be 90 days. Available values: 14, 30, 90, 365. Modifying this attribute will force creation of a new resource.

Link copied to clipboard

Whether or not to wait for a certificate pack to reach status active during creation. Defaults to false. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val zoneId: Output<String>

The zone identifier to target for the resource. Modifying this attribute will force creation of a new resource.