# Functions

AddCertAuth creates a .pem file with the specified CAs to be used in Cert Authentication If it's already exists, it's clobbered.
AddOrUpdateCertAndKey creates a .pem file wth the cert and the key with the specified name.
AddOrUpdateDHParam creates a dh parameters file with the specified name.
FullChainCert checks if a certificate file contains issues in the intermediate CA chain Returns a new certificate with the intermediate certificates.
GetFakeSSLCert creates a Self Signed Certificate Based in the code https://golang.org/src/crypto/tls/generate_cert.go.