Documentation
¶
Overview ¶
Package cert provide useful functions to generate certificates
Package cert provide useful functions to generate certificates
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchIPCCert ¶ added in v0.64.0
func FetchIPCCert(config configModel.Reader) ([]byte, []byte, error)
FetchIPCCert loads certificate file used to authenticate IPC communicates
func FetchOrCreateIPCCert ¶ added in v0.64.0
FetchOrCreateIPCCert loads or creates certificate file used to authenticate IPC communicates It takes a context to allow for cancellation or timeout of the operation
Types ¶
type Certificate ¶ added in v0.64.0
type Certificate struct {
// contains filtered or unexported fields
}
Certificate contains certificate and key pair (in PEM format) used to communicate between Agent processes
Click to show internal directories.
Click to hide internal directories.