serverCertificate

@JvmName(name = "wmangfuliihxpoqn")
suspend fun serverCertificate(value: Output<ServerTlsPolicyServerCertificateArgs>)
@JvmName(name = "wrtgrmthfbomfyhy")
suspend fun serverCertificate(value: ServerTlsPolicyServerCertificateArgs?)

Parameters

value

Defines a mechanism to provision client identity (public and private keys) for peer to peer authentication. The presence of this dictates mTLS. Structure is documented below.


@JvmName(name = "ofuwcesxjjcayrdg")
suspend fun serverCertificate(argument: suspend ServerTlsPolicyServerCertificateArgsBuilder.() -> Unit)

Parameters

argument

Defines a mechanism to provision client identity (public and private keys) for peer to peer authentication. The presence of this dictates mTLS. Structure is documented below.