mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
options: ensure viper ignores certificates
config field (#876)
This commit is contained in:
parent
b000930914
commit
42966ab39b
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ type Options struct {
|
|||
CertFile string `mapstructure:"certificate_file" yaml:"certificate_file,omitempty"`
|
||||
KeyFile string `mapstructure:"certificate_key_file" yaml:"certificate_key_file,omitempty"`
|
||||
|
||||
Certificates []tls.Certificate `yaml:"-"`
|
||||
Certificates []tls.Certificate `mapstructure:"-" yaml:"-"`
|
||||
|
||||
// HttpRedirectAddr, if set, specifies the host and port to run the HTTP
|
||||
// to HTTPS redirect server on. If empty, no redirect server is started.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue