package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Mar 27, 2023
License: MIT
Opens a new window with license information.
Imports: 29
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
Email string `yaml:"email"`
SSHPublicKey string `yaml:"ssh_public_key"`
}
type Certificate struct {
AccountEmail string `yaml:"account"`
CommonName string `yaml:"common_name"`
SAN []string `yaml:"subject_alternative_names"`
PreferredChain string `yaml:"preferred_chain"`
}
type Configuration struct {
Accounts []Account `yaml:"accounts"`
Certificates []Certificate `yaml:"certificates"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.