This commit is contained in:
parent
6117bcd7bf
commit
685f1c83fe
3
tls.go
3
tls.go
@ -116,9 +116,6 @@ func (req *TLSRequest) Renew(t *Token, config *tls.Config) (bool, error) {
|
|||||||
return false, err
|
return false, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// update the tls.Config structure
|
|
||||||
config.ServerName = req.CommonName
|
|
||||||
|
|
||||||
config.RootCAs = x509.NewCertPool()
|
config.RootCAs = x509.NewCertPool()
|
||||||
config.RootCAs.AppendCertsFromPEM([]byte(kc.IssuingCA))
|
config.RootCAs.AppendCertsFromPEM([]byte(kc.IssuingCA))
|
||||||
for _, ca := range kc.CAChain {
|
for _, ca := range kc.CAChain {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user