# Functions

DefaultSource returns a certificate source using the preferred EnterpriseCertificateProxySource.
NewEnterpriseCertificateProxySource creates a certificate source using the Enterprise Certificate Proxy client, which delegates certifcate related operations to an OS-specific "signer binary" that communicates with the native keystore (ex.
NewSecureConnectSource creates a certificate source using the Secure Connect Helper and its associated metadata file.

# Type aliases

Source is a function that can be passed into crypto/tls.Config.GetClientCertificate.