subjectKeyId

@JvmName(name = "jgtplvldmkqvygdl")
suspend fun subjectKeyId(value: Output<AuthorityConfigSubjectKeyIdArgs>)
@JvmName(name = "lngwxqlifakyyaei")
suspend fun subjectKeyId(value: AuthorityConfigSubjectKeyIdArgs?)

Parameters

value

When specified this provides a custom SKI to be used in the certificate. This should only be used to maintain a SKI of an existing CA originally created outside CA service, which was not generated using method (1) described in RFC 5280 section 4.2.1.2.. Structure is documented below.


@JvmName(name = "afpwkkywhmvvbgcb")
suspend fun subjectKeyId(argument: suspend AuthorityConfigSubjectKeyIdArgsBuilder.() -> Unit)

Parameters

argument

When specified this provides a custom SKI to be used in the certificate. This should only be used to maintain a SKI of an existing CA originally created outside CA service, which was not generated using method (1) described in RFC 5280 section 4.2.1.2.. Structure is documented below.