# Functions
FindCertificate finds DER block from cert.
GetPemFingerprint returns sha1 fingerprint from cert.
NewManager creates a new TLS manager.
SplitCerts splits cert with bundle to cert and bundle.
StripSpaces removes strip spaces from str.
ValidateCertificate validates that certificate is valid.
# Structs
Manager represents a TLS manager.
SslCertificate represents an ssl cert object for manager.
# Interfaces
ManagerInterface describes an interface to manage SSL certs.