# Functions
ReadCertFromDB - reads a certificate from the database.
ReadKeyFromDB - reads a private key (ed25519) from the database.
SaveCert - save a certificate to file and DB.
SaveCertToDB - save a certificate to the certs database.
SaveKey - save a private key (ed25519) to file and DB.
SaveKeyToDB - save a private key (ed25519) to the specified path.
SetClientTLSConf - saves client cert for servers to connect to MQ broker with.
No description provided by the author
# Constants
NETMAKER_BINARY_NAME - name of netmaker binary.
# Variables
TlsConfig - holds this servers TLS conf in memory.