KeylessCertificateArgs

data class KeylessCertificateArgs(val bundleMethod: Output<String>? = null, val certificate: Output<String>? = null, val enabled: Output<Boolean>? = null, val host: Output<String>? = null, val name: Output<String>? = null, val port: Output<Double>? = null, val tunnel: Output<KeylessCertificateTunnelArgs>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<KeylessCertificateArgs>

Example Usage

resources:
exampleKeylessCertificate:
type: cloudflare:KeylessCertificate
name: example_keyless_certificate
properties:
zoneId: 023e105f4ecef8ad9ca31a8372d0c353
certificate: '-----BEGIN CERTIFICATE----- MIIDtTCCAp2gAwIBAgIJAM15n7fdxhRtMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNV BAYTAlVTMRMwEQYDVQQIEwpTb21lLVN0YXRlMSEwHwYDVQQKExhJbnRlcm5ldCBX aWRnaXRzIFB0eSBMdGQwHhcNMTQwMzExMTkyMTU5WhcNMTQwNDEwMTkyMTU5WjBF MQswCQYDVQQGEwJVUzETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50 ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB CgKCAQEAvq3sKsHpeduJHimOK+fvQdKsI8z8A05MZyyLp2/R/GE8FjNv+hkVY1WQ LIyTNNQH7CJecE1nbTfo8Y56S7x/rhxC6/DJ8MIulapFPnorq46KU6yRxiM0MQ3N nTJHlHA2ozZta6YBBfVfhHWl1F0IfNbXCLKvGwWWMbCx43OfW6KTkbRnE6gFWKuO fSO5h2u5TaWVuSIzBvYs7Vza6m+gtYAvKAJV2nSZ+eSEFPDo29corOy8+huEOUL8 5FAw4BFPsr1TlrlGPFitduQUHGrSL7skk1ESGza0to3bOtrodKei2s9bk5MXm7lZ qI+WZJX4Zu9+mzZhc9pCVi8r/qlXuQIDAQABo4GnMIGkMB0GA1UdDgQWBBRvavf+ sWM4IwKiH9X9w1vl6nUVRDB1BgNVHSMEbjBsgBRvavf+sWM4IwKiH9X9w1vl6nUV RKFJpEcwRTELMAkGA1UEBhMCVVMxEzARBgNVBAgTClNvbWUtU3RhdGUxITAfBgNV BAoTGEludGVybmV0IFdpZGdpdHMgUHR5IEx0ZIIJAM15n7fdxhRtMAwGA1UdEwQF MAMBAf8wDQYJKoZIhvcNAQEFBQADggEBABY2ZzBaW0dMsAAT7tPJzrVWVzQx6KU4 UEBLudIlWPlkAwTnINCWR/8eNjCCmGA4heUdHmazdpPa8RzwOmc0NT1NQqzSyktt vTqb4iHD7+8f9MqJ9/FssCfTtqr/Qst/hGH4Wmdf1EJ/6FqYAAb5iRlPgshFZxU8 uXtA8hWn6fK6eISD9HBdcAFToUvKNZ1BIDPvh9f95Ine8ar6yGd56TUNrHR8eHBs ESxz5ddVR/oWRysNJ+aGAyYqHS8S/ttmC7r4XCAHqXptkHPCGRqkAhsterYhd4I8 /cBzejUobNCjjHFbtkAL/SjxZOLW+pNkZwfeYdM8iPkD54Uua1v2tdw= -----END CERTIFICATE-----'
host: example.com
port: 24008
bundleMethod: ubiquitous
name: example.com Keyless SSL
tunnel:
private_ip: 10.0.0.1
vnet_id: 7365377a-85a4-4390-9480-531ef7dc7a3c

Import

$ pulumi import cloudflare:index/keylessCertificate:KeylessCertificate example '<zone_id>/<keyless_certificate_id>'

Constructors

Link copied to clipboard
constructor(bundleMethod: Output<String>? = null, certificate: Output<String>? = null, enabled: Output<Boolean>? = null, host: Output<String>? = null, name: Output<String>? = null, port: Output<Double>? = null, tunnel: Output<KeylessCertificateTunnelArgs>? = null, zoneId: Output<String>? = null)

Properties

Link copied to clipboard
val bundleMethod: Output<String>? = null

A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it. Available values: "ubiquitous", "optimal", "force".

Link copied to clipboard
val certificate: Output<String>? = null

The zone's SSL certificate or SSL certificate and intermediate(s).

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether or not the Keyless SSL is on or off.

Link copied to clipboard
val host: Output<String>? = null

The keyless SSL name.

Link copied to clipboard
val name: Output<String>? = null

The keyless SSL name.

Link copied to clipboard
val port: Output<Double>? = null

The keyless SSL port used to communicate between Cloudflare and the client's Keyless SSL server.

Link copied to clipboard

Configuration for using Keyless SSL through a Cloudflare Tunnel

Link copied to clipboard
val zoneId: Output<String>? = null

Identifier.

Functions

Link copied to clipboard
open override fun toJava(): KeylessCertificateArgs