Allow multiple CA Certificates (#4556)
This commit is contained in:
parent
fe4f178db1
commit
55820ef1e8
4 changed files with 47 additions and 46 deletions
|
|
@ -30,6 +30,8 @@ type SSLCert struct {
|
|||
|
||||
Certificate *x509.Certificate `json:"-"`
|
||||
|
||||
CACertificate []*x509.Certificate `json:"-"`
|
||||
|
||||
// CAFileName contains the path to the file with the root certificate
|
||||
CAFileName string `json:"caFileName"`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue