set

@JvmName(name = "setChain")
operator fun DslList<Certificate, TlsPeerKt.Dsl.ChainProxy>.set(index: Int, value: Certificate)
Specifies the TLS peer's certificate chain, if any.

repeated .elide.crypto.Certificate chain = 2;

Parameters

index

The index to set the value at.

value

The chain to set.