Documentation
¶
Index ¶
Constants ¶
View Source
const ( PemTypeCertificate = "CERTIFICATE" PemTypeKey = "RSA PRIVATE KEY" PemTypeCertificateSigningRequest = "CERTIFICATE REQUEST" )
Variables ¶
This section is empty.
Functions ¶
func ParseCert ¶
func ParseCert(certRaw []byte, keyRaw []byte) (*x509.Certificate, *rsa.PrivateKey, error)
Types ¶
type Service ¶
type Service struct { IdentityCert *x509.Certificate IdentityKey *rsa.PrivateKey }
func (Service) CertFingureprint ¶
Click to show internal directories.
Click to hide internal directories.