Documentation
¶
Index ¶
Constants ¶
View Source
const ( CertStoreNameFileP12 = "FILE_P12" // TODO implement CertStoreNameFilePEM = "FILE_PEM" // TODO implement CertStoreNameFileDER = "FILE_DER" // TODO implement CertStoreNameLocalMachine = "LOCAL_MACHINE" CertStoreNameCurrentUser = "CURRENT_USER" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmbeddedSigner ¶
func (*EmbeddedSigner) GetClientCertificate ¶
func (s *EmbeddedSigner) GetClientCertificate(info *tls.CertificateRequestInfo) (*tls.Certificate, error)
type SystemSigner ¶
Click to show internal directories.
Click to hide internal directories.