Enabling per-location proxy-ssl parameters, so locations of the same server but with own unique Ingress definitions can have different SSL configs
This commit is contained in:
parent
a6815c36aa
commit
37fe9c9876
5 changed files with 29 additions and 18 deletions
|
|
@ -56,6 +56,8 @@ type AuthSSLCert struct {
|
|||
CRLFileName string `json:"crlFileName"`
|
||||
// CRLSHA contains the SHA1 hash of the 'ca.crl' file
|
||||
CRLSHA string `json:"crlSha"`
|
||||
// PemFileName contains the path to the secrets 'tls.crt' and 'tls.key'
|
||||
PemFileName string `json:"pemFilename"`
|
||||
}
|
||||
|
||||
// Equal tests for equality between two AuthSSLCert types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue