NNG TLS config implementation
- create it in server or client mode
- set CA certifivate if needed (from file or string)
- set chain certificate if needed (from file or string)
- set auth mode (required, optional or none)
- for auth mode set own certificate and key (from file or string)
- assign the filled config to the dealer or listener object
- start dealer or listener
NNG TLS config implementation - create it in server or client mode - set CA certifivate if needed (from file or string) - set chain certificate if needed (from file or string) - set auth mode (required, optional or none) - for auth mode set own certificate and key (from file or string) - assign the filled config to the dealer or listener object - start dealer or listener