Documentation ¶
Overview ¶
cafiles can fetch CA certificate and private key PEM files from many storage backends. PEM encoded CA files can be fetched from local filesystem, AWS S3, or AWS Secrets Manager.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCertKey ¶
func GetCertKey( ctx context.Context, certUri string, keyUri string, ) (*bifrost.Certificate, *bifrost.PrivateKey, error)
GetCertKey returns a bifrost certificate and private key from certUri and keyUri.
func GetCertificate ¶
GetCertificate returns a namespace and a bifrost certificate from uri. uri can be a relative or absolute file path, file://... uri, s3://... uri, or an AWS S3 or AWS Secrets Manager ARN. The certificate is validated before returning.
func GetPrivateKey ¶
GetPrivateKey retrieves a PEM encoded private key from uri. uri can be one of a relative or absolute file path, file://... uri, s3://... uri, or an AWS S3 or AWS Secrets Manager ARN. The private key can either be PEM encoded PKCS#8 or SEC1, ASN.1 DER form.
Types ¶
This section is empty.