Home
last modified time | relevance | path

Searched defs:TLSConfig (Results 1 – 25 of 1277) sorted by relevance

12345678910>>...52

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/structs/config/
H A Dtls.go14 type TLSConfig struct { struct
17 EnableHTTP bool `hcl:"http"`
20 EnableRPC bool `hcl:"rpc"`
32 CAFile string `hcl:"ca_file"`
36 CertFile string `hcl:"cert_file"`
39 KeyLoader *KeyLoader
41 keyloaderLock sync.Mutex
45 KeyFile string `hcl:"key_file"`
57 Checksum string
153 func (t *TLSConfig) Copy() *TLSConfig {
[all …]
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/config/
H A Dtls.go14 type TLSConfig struct { struct
17 EnableHTTP bool `hcl:"http"`
20 EnableRPC bool `hcl:"rpc"`
32 CAFile string `hcl:"ca_file"`
36 CertFile string `hcl:"cert_file"`
39 KeyLoader *KeyLoader
41 keyloaderLock sync.Mutex
45 KeyFile string `hcl:"key_file"`
57 Checksum string
153 func (t *TLSConfig) Copy() *TLSConfig {
[all …]
/dports/net-mgmt/adguard-exporter/adguard-exporter-1.14/vendor/github.com/prometheus/common/config/
H A Dtls_config.go24 type TLSConfig struct { struct
26 CAFile string `yaml:"ca_file,omitempty"`
28 CertFile string `yaml:"cert_file,omitempty"`
30 KeyFile string `yaml:"key_file,omitempty"`
32 InsecureSkipVerify bool `yaml:"insecure_skip_verify"`
35 XXX map[string]interface{} `yaml:",inline"`
39 func (c *TLSConfig) UnmarshalYAML(unmarshal func(interface{}) error) error {
49 func (c *TLSConfig) GenerateConfig() (*tls.Config, error) {
/dports/net-mgmt/unbound_exporter/unbound_exporter-0.3/vendor/github.com/prometheus/common/config/
H A Dtls_config.go24 type TLSConfig struct { struct
26 CAFile string `yaml:"ca_file,omitempty"`
28 CertFile string `yaml:"cert_file,omitempty"`
30 KeyFile string `yaml:"key_file,omitempty"`
32 InsecureSkipVerify bool `yaml:"insecure_skip_verify"`
35 XXX map[string]interface{} `yaml:",inline"`
39 func (c *TLSConfig) UnmarshalYAML(unmarshal func(interface{}) error) error {
49 func (c *TLSConfig) GenerateConfig() (*tls.Config, error) {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/db/tlsgo/
H A Dconfig.go24 type TLSConfig struct { struct
25 caCert *x509.Certificate
26 clientCert *tls.Certificate
27 insecure bool
38 func (c *TLSConfig) SetInsecure(allow bool) {
44 func (c *TLSConfig) AddClientCertFromFile(clientFile, password string) (string, error) {
98 func (c *TLSConfig) AddCaCertFromFile(caFile string) error {
120 func (c *TLSConfig) MakeConfig() (*tls.Config, error) {
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/legacy/lldb/tlsgo/
H A Dconfig.go24 type TLSConfig struct { struct
25 caCert *x509.Certificate
26 clientCert *tls.Certificate
27 insecure bool
38 func (c *TLSConfig) SetInsecure(allow bool) {
44 func (c *TLSConfig) AddClientCertFromFile(clientFile, password string) (string, error) {
98 func (c *TLSConfig) AddCaCertFromFile(caFile string) error {
120 func (c *TLSConfig) MakeConfig() (*tls.Config, error) {
/dports/net/clash/clash-1.6.0/component/vmess/
H A Dtls.go8 type TLSConfig struct { struct
9 Host string
10 SkipCertVerify bool
11 SessionCache tls.ClientSessionCache
12 NextProtos []string
15 func StreamTLSConn(conn net.Conn, cfg *TLSConfig) (net.Conn, error) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/network/connection/
H A Dtlsconfig.go23 type TLSConfig struct { struct
24 *tls.Config
25 clientCertPass func() string
39 func (c *TLSConfig) SetClientCertDecryptPassword(f func() string) {
45 func (c *TLSConfig) SetInsecure(allow bool) {
51 func (c *TLSConfig) AddCACertFromFile(file string) error {
78 func (c *TLSConfig) AddClientCertFromFile(clientFile string) (string, error) {
/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/transport/
H A Dconfig.go117 type TLSConfig struct { struct
118 CAFile string // Path of the PEM-encoded server trusted root certificates.
119 CertFile string // Path of the PEM-encoded client certificate.
120 KeyFile string // Path of the PEM-encoded client key.
121 …bool // Set to indicate that the original config provided files, and that they should be reloaded
123 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
124 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
126 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
127 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
128 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/client-go/transport/
H A Dconfig.go117 type TLSConfig struct { struct
118 CAFile string // Path of the PEM-encoded server trusted root certificates.
119 CertFile string // Path of the PEM-encoded client certificate.
120 KeyFile string // Path of the PEM-encoded client key.
121 …bool // Set to indicate that the original config provided files, and that they should be reloaded
123 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
124 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
126 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
127 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
128 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]
/dports/sysutils/doctl/doctl-1.68.0/vendor/k8s.io/client-go/transport/
H A Dconfig.go125 type TLSConfig struct { struct
126 CAFile string // Path of the PEM-encoded server trusted root certificates.
127 CertFile string // Path of the PEM-encoded client certificate.
128 KeyFile string // Path of the PEM-encoded client key.
129 …bool // Set to indicate that the original config provided files, and that they should be reloaded
131 Insecure bool // Server should be accessed without verifying the certificate. For testing only.
132 …tring // Override for the server name passed to the server for SNI and used to verify certificates.
134 CAData []byte // Bytes of the PEM-encoded server trusted root certificates. Supercedes CAFile.
135 CertData []byte // Bytes of the PEM-encoded client certificate. Supercedes CertFile.
136 KeyData []byte // Bytes of the PEM-encoded client key. Supercedes KeyFile.
[all …]

12345678910>>...52