subjectKeyId

@JvmName(name = "oghkswcqynpovxhn")
suspend fun subjectKeyId(value: Output<AuthorityConfigSubjectKeyIdArgs>)
@JvmName(name = "hwrjtlgjakisjrbr")
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 = "ufaikpjyyisnxqrv")
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.