keySpec

@JvmName(name = "nyywevlkibeunqbn")
suspend fun keySpec(value: Output<AuthorityKeySpecArgs>)
@JvmName(name = "csiastroxjlfrkjl")
suspend fun keySpec(value: AuthorityKeySpecArgs?)

Parameters

value

Used when issuing certificates for this CertificateAuthority. If this CertificateAuthority is a self-signed CertificateAuthority, this key is also used to sign the self-signed CA certificate. Otherwise, it is used to sign a CSR. Structure is documented below.


@JvmName(name = "gisbigqdsyklohch")
suspend fun keySpec(argument: suspend AuthorityKeySpecArgsBuilder.() -> Unit)

Parameters

argument

Used when issuing certificates for this CertificateAuthority. If this CertificateAuthority is a self-signed CertificateAuthority, this key is also used to sign the self-signed CA certificate. Otherwise, it is used to sign a CSR. Structure is documented below.