Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
AttestationTypes = []string{
"tdx",
"tpm2",
}
)
View Source
var ( Formats = slices.Collect(maps.Keys( vaultcmd.Formatters, )) )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { TD *TD `yaml:"trusted_domain"` HTTP *HTTP `yaml:"http"` Vault *Vault `yaml:"vault"` Format string `yaml:"-"` Version string `yaml:"-"` Verbose bool `yaml:"-"` }
func (*Config) Preprocess ¶
type HTTP ¶
type HTTP struct { CACert string `yaml:"ca_cert"` CAPath string `yaml:"ca_path"` ClientCert string `yaml:"client_cert"` ClientKey string `yaml:"client_key"` Insecure bool `yaml:"insecure"` TLSServerName string `yaml:"tls_server_name"` }
func (*HTTP) Preprocess ¶
func (*HTTP) TLSEnabled ¶
Click to show internal directories.
Click to hide internal directories.