acme

package
v6.11.0 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const ClusterCertFilename = "cluster.crt.new"

ClusterCertFilename describes the filename of the new certificate which is stored in case it cannot be distributed in a cluster due to offline members. Incus will try to distribute this certificate at a later stage.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertKeyPair added in v6.0.4

type CertKeyPair struct {
	Certificate []byte `json:"-"`
	PrivateKey  []byte `json:"-"`
}

CertKeyPair describes a certificate and its private key.

func UpdateCertificate

func UpdateCertificate(s *state.State, challengeType string, clustered bool, domain string, email string, caURL string, force bool) (*CertKeyPair, error)

UpdateCertificate updates the certificate.

Jump to

Keyboard shortcuts

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