addAll

@JvmName(name = "addAllChain")
fun DslList<Certificate, TlsPeerKt.Dsl.ChainProxy>.addAll(values: Iterable<Certificate>)
Specifies the TLS peer's certificate chain, if any.

repeated .elide.crypto.Certificate chain = 2;

Parameters

values

The chain to add.