oa_gateway

Module tls

Source
Expand description

Reads the TLS material named in the config before any adapter listens.

Doing this here, once, keeps a missing file or a mismatched cert/key pair from being discovered only once a client tries to connect.

Structsยง

  • HostTls ๐Ÿ”’
    TLS material the host built before any adapter touched a socket.

Functionsยง

  • load ๐Ÿ”’
    Reads the certificates and keys named in config, if any.
  • non_empty_path ๐Ÿ”’