cafiles

package
v1.18.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2024 License: MIT Imports: 13 Imported by: 0

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

func GetCertificate(ctx context.Context, uri string) (*bifrost.Certificate, error)

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

func GetPrivateKey(ctx context.Context, uri string) (*bifrost.PrivateKey, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL