Home
last modified time | relevance | path

Searched refs:SetRootCertificate (Results 1 – 25 of 52) sorted by relevance

123

/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/go-resty/resty/
H A Ddefault.go254 func SetRootCertificate(pemFilePath string) *Client { func
255 return DefaultClient.SetRootCertificate(pemFilePath)
H A Dclient.go619 func (c *Client) SetRootCertificate(pemFilePath string) *Client { func
H A DREADME.md35 …t Certificates](https://godoc.org/github.com/go-resty/resty#Client.SetRootCertificate) and Client …
426 resty.SetRootCertificate("/path/to/root/pemFile1.pem")
427 resty.SetRootCertificate("/path/to/root/pemFile2.pem")
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/resty.v1/
H A Ddefault.go220 func SetRootCertificate(pemFilePath string) *Client { func
221 return DefaultClient.SetRootCertificate(pemFilePath)
H A Dclient_test.go165 SetRootCertificate(filepath.Join(getTestDataPath(), "sample-root.pem"))
175 SetRootCertificate(filepath.Join(getTestDataPath(), "not-exists-sample-root.pem"))
405 c.SetRootCertificate(filepath.Join(getTestDataPath(), "sample-root.pem"))
H A Dexample_test.go161 resty.SetRootCertificate("/path/to/root/pemFile.pem")
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Ddefault.go220 func SetRootCertificate(pemFilePath string) *Client { func
221 return DefaultClient.SetRootCertificate(pemFilePath)
/dports/sysutils/consul/consul-1.10.3/vendor/gopkg.in/resty.v1/
H A Ddefault.go220 func SetRootCertificate(pemFilePath string) *Client { func
221 return DefaultClient.SetRootCertificate(pemFilePath)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Ddefault.go220 func SetRootCertificate(pemFilePath string) *Client { func
221 return DefaultClient.SetRootCertificate(pemFilePath)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Ddefault.go220 func SetRootCertificate(pemFilePath string) *Client { func
221 return DefaultClient.SetRootCertificate(pemFilePath)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Ddefault.go220 func SetRootCertificate(pemFilePath string) *Client { func
221 return DefaultClient.SetRootCertificate(pemFilePath)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/linode/vendor/gopkg.in/resty.v1/
H A Ddefault.go220 func SetRootCertificate(pemFilePath string) *Client { func
221 return DefaultClient.SetRootCertificate(pemFilePath)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/linode/vendor/gopkg.in/resty.v1/
H A Ddefault.go220 func SetRootCertificate(pemFilePath string) *Client { func
221 return DefaultClient.SetRootCertificate(pemFilePath)
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/gopkg.in/resty.v1/
H A Ddefault.go220 func SetRootCertificate(pemFilePath string) *Client { func
221 return DefaultClient.SetRootCertificate(pemFilePath)
H A Dclient_test.go165 SetRootCertificate(filepath.Join(getTestDataPath(), "sample-root.pem"))
175 SetRootCertificate(filepath.Join(getTestDataPath(), "not-exists-sample-root.pem"))
404 c.SetRootCertificate(filepath.Join(getTestDataPath(), "sample-root.pem"))
H A Dexample_test.go161 resty.SetRootCertificate("/path/to/root/pemFile.pem")
H A DREADME.md43 …t Certificates](https://godoc.org/github.com/go-resty/resty#Client.SetRootCertificate) and Client …
487 resty.SetRootCertificate("/path/to/root/pemFile1.pem")
488 resty.SetRootCertificate("/path/to/root/pemFile2.pem")
/dports/sysutils/nomad/nomad-1.1.0/vendor/gopkg.in/resty.v1/
H A Ddefault.go220 func SetRootCertificate(pemFilePath string) *Client { func
221 return DefaultClient.SetRootCertificate(pemFilePath)
/dports/security/lego/lego-4.5.3/vendor/github.com/linode/linodego/
H A Dclient.go155 func (c *Client) SetRootCertificate(path string) *Client { func
156 c.resty.SetRootCertificate(path)
257 client.SetRootCertificate(certPath)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/linode/linodego/
H A Dclient.go155 func (c *Client) SetRootCertificate(path string) *Client { func
156 c.resty.SetRootCertificate(path)
257 client.SetRootCertificate(certPath)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/linode/linodego/
H A Dclient.go155 func (c *Client) SetRootCertificate(path string) *Client { func
156 c.resty.SetRootCertificate(path)
257 client.SetRootCertificate(certPath)
/dports/security/lego/lego-4.5.3/vendor/github.com/go-resty/resty/v2/
H A Dclient_test.go160 client.SetRootCertificate(filepath.Join(getTestDataPath(), "sample-root.pem"))
170 client.SetRootCertificate(filepath.Join(getTestDataPath(), "not-exists-sample-root.pem"))
413 c.SetRootCertificate(filepath.Join(getTestDataPath(), "sample-root.pem"))
H A Dexample_test.go181 client.SetRootCertificate("/path/to/root/pemFile.pem")
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-resty/resty/v2/
H A Dclient_test.go160 client.SetRootCertificate(filepath.Join(getTestDataPath(), "sample-root.pem"))
170 client.SetRootCertificate(filepath.Join(getTestDataPath(), "not-exists-sample-root.pem"))
413 c.SetRootCertificate(filepath.Join(getTestDataPath(), "sample-root.pem"))
H A Dexample_test.go181 client.SetRootCertificate("/path/to/root/pemFile.pem")

123