# README
certs
X.509 certificate generation and management code.
# Functions
NewManager initializes and returns a certificate manager for a given teamserver.
RootOnlyVerifyCertificate - Go doesn't provide a method for only skipping hostname validation so we have to disable all of the certificate validation and re-implement everything.
# Constants
DefaultPort is the default team.Server listening port.
ECCKey - Namespace for ECC keys.
RSAKey - Namespace for RSA keys.
# Variables
ErrCertDoesNotExist - Returned if a GetCertificate() is called for a cert/cn that does not exist.