Struct libp2p_websocket::tls::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
TLS configuration builder.
Implementations
pub fn server<I>(
&mut self,
key: PrivateKey,
certs: I
) -> Result<&mut Self, Error> where
I: IntoIterator<Item = Certificate>,
pub fn server<I>(
&mut self,
key: PrivateKey,
certs: I
) -> Result<&mut Self, Error> where
I: IntoIterator<Item = Certificate>,
Set server key and certificate chain.
Add an additional trust anchor.