Structs§
- Wire
TlsConfig - TLS configuration for the wire protocol.
Functions§
- auto_
generate_ cert - Generate self-signed cert and write to files in the given directory. Returns the WireTlsConfig pointing to the written files.
- build_
tls_ acceptor - Build a TLS acceptor from cert and key PEM files.
- generate_
self_ signed_ cert - Generate a self-signed certificate for development. Returns (cert_pem, key_pem) as strings.