dynamiccert

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package dynamiccert provides a simple way of communicating a dynamically updating PEM-encoded certificate and key.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Private added in v0.7.0

type Private interface {
	dynamiccertificates.CertKeyContentProvider
	SetCertKeyContent(certPEM, keyPEM []byte) error
	UnsetCertKeyContent()
	// contains filtered or unexported methods
}

func NewServingCert added in v0.7.0

func NewServingCert(name string) Private

NewServingCert returns a Private that is go routine safe. It can only hold key pairs that have IsCA=false.

type Provider

type Provider interface {
	Private
	Public
}

func NewCA added in v0.7.0

func NewCA(name string) Provider

NewCA returns a Provider that is go routine safe. It can only hold key pairs that have IsCA=true.

type Public added in v0.7.0

type Public interface {
	dynamiccertificates.CAContentProvider
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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