User cert for webex

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
Somtochi Onyekwere 2021-10-28 06:47:04 +01:00
parent 4e96e0d34d
commit 98803f093a
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ func NewWebex(hookURL, proxyURL string, certPool *x509.CertPool) (*Webex, error)
return &Webex{
URL: hookURL,
ProxyURL: proxyURL,
CertPool: certPool,
}, nil
}