# Functions
ClientTLS prepares the TLS configuration that can be used by a client while connecting to a server with given encoded certificate and private key.
Connect is a helper function to initiate a grpc client connection to server running at endpoint using tlsConfig.
LoadClientTLS prepares the TLS configuration that can be used by a client while connecting to a server.
LoadServerTLS prepares the TLS configuration needed for a server with the given certificate files.
NewServer is a helper function to start a grpc server at the given endpoint.
ServerTLS prepares the TLS configuration needed for a server with given encoded certficate and private key.