config

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertList

type CertList struct {
	SubjectCN        string   `mapstructure:"cn"`
	KeyAlgo          string   `mapstructure:"keyalgo"`
	PrivKey          string   `mapstructure:"privkey"`
	Cert             string   `mapstructure:"cert"`
	Chain            string   `mapstructure:"chain"`
	FullChain        string   `mapstructure:"fullchain"`
	FullChainPrivKey string   `mapstructure:"fullchainprivkey"`
	Hooks            []string `mapstructure:"hooks"`
}

CertList maps the certificate list in config to a struct

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL