# Functions
GenSignedCert generates a key and cert pair, signed by the master CA cert.
InitProxy initializes the global proxy.
LoadOrGenCA generates a new CA cert and key if they do not exist in DB or are expired.
LoadOrGenSignedMasterCert generates a new master cert and key if they do not exist in DB or are expired.
MasterCACert returns the CA cert.
MasterKeyAndCert returns the key and cert, signed by CA, that Master uses.
VerifyMasterSigned checks the offered certificate to ensure that it was signed by the master CA.
# Variables
DefaultProxy is the global proxy singleton.
# Type aliases
ProxyHTTPAuth processes a proxy request, returning true if the request should terminate immediately and an error if one was encountered during authentication.