add

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

repeated .elide.crypto.Certificate chain = 2;

Parameters

value

The chain to add.