Documentation ¶
Overview ¶
Package keychain contains methods to manage and install certificates to the MacOS keychain.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keychain ¶
type Keychain struct {
// contains filtered or unexported fields
}
Keychain describes a macOS Keychain
func (Keychain) InstallCertificate ¶
func (k Keychain) InstallCertificate(cert certificateutil.CertificateInfoModel, pass stepconf.Secret) error
InstallCertificate ...
Click to show internal directories.
Click to hide internal directories.