Merge pull request #280 from SomtochiAma/webex-cert
Use x509 certificate for Webex
This commit is contained in:
commit
d394e04bbb
|
|
@ -48,6 +48,7 @@ func NewWebex(hookURL, proxyURL string, certPool *x509.CertPool) (*Webex, error)
|
||||||
return &Webex{
|
return &Webex{
|
||||||
URL: hookURL,
|
URL: hookURL,
|
||||||
ProxyURL: proxyURL,
|
ProxyURL: proxyURL,
|
||||||
|
CertPool: certPool,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue