package
Version:
v0.0.0-...-c770236
Opens a new window with list of versions in this module.
Published: Feb 4, 2025
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func CertFilesExist(certFilePath, keyFilePath string) bool
type CertConfig struct {
Organization string `yaml:"organization"`
Country string `yaml:"country"`
Province string `yaml:"province"`
Locality string `yaml:"locality"`
StreetAddress string `yaml:"street_address"`
PostalCode string `yaml:"postal_code"`
}
type Config struct {
Cert CertConfig `yaml:"cert"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.