pub fn configure_server() -> Result<(ServerConfig, Vec<u8>)>
Available on crate feature
quinn-transport
only.Expand description
Create a quinn server config with a self-signed certificate
Returns the server config and the certificate in DER format