Home
last modified time | relevance | path

Searched refs:CAFile (Results 1 – 25 of 1638) sorted by relevance

12345678910>>...66

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/structs/config/
H A Dtls_test.go56 CAFile: cafile,
63 CAFile: cafile,
75 CAFile: cafile,
82 CAFile: cafile,
94 CAFile: cafile,
101 CAFile: cafile,
115 CAFile: cafile,
127 CAFile: cafile,
133 CAFile: cafile,
153 CAFile: cafile,
[all …]
H A Dtls.go32 CAFile string `hcl:"ca_file"` member
162 new.CAFile = t.CAFile
191 t.CAFile == "" &&
210 if b.CAFile != "" {
211 result.CAFile = b.CAFile
274 newCertChecksum, err := createChecksumOfFiles(t.CAFile, t.CertFile, t.KeyFile)
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/config/
H A Dtls_test.go56 CAFile: cafile,
63 CAFile: cafile,
75 CAFile: cafile,
82 CAFile: cafile,
94 CAFile: cafile,
101 CAFile: cafile,
115 CAFile: cafile,
127 CAFile: cafile,
133 CAFile: cafile,
153 CAFile: cafile,
[all …]
H A Dtls.go32 CAFile string `hcl:"ca_file"` member
162 new.CAFile = t.CAFile
191 t.CAFile == "" &&
210 if b.CAFile != "" {
211 result.CAFile = b.CAFile
274 newCertChecksum, err := createChecksumOfFiles(t.CAFile, t.CertFile, t.KeyFile)
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/config/configtls/
H A Dconfigtls_test.go32 options: TLSSetting{CAFile: ""},
36 options: TLSSetting{CAFile: "testdata/testCA.pem"},
40 options: TLSSetting{CAFile: "testdata/not/valid"},
51 CAFile: "testdata/testCA.pem",
59 CAFile: "testdata/testCA.pem",
67 CAFile: "testdata/testCA.pem",
76 CAFile: "testdata/testCA.pem",
84 CAFile: "testdata/testCA.pem",
93 CAFile: "testdata/not/valid",
100 CAFile: "testdata/testCA-bad.txt",
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/cli/gencert/
H A Dgencert_test.go33 CAFile: "../testdata/ca.pem",
44 CAFile: "../testdata/ca.pem",
66 CAFile: "file:../testdata/ca.pem",
77 CAFile: "file:../testdata/ca.pem",
104 CAFile: "env:ca",
115 CAFile: "env:ca",
133 CAFile: "ca",
144 CAFile: "env:ca",
155 CAFile: "env:ca",
166 CAFile: "env:ca",
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/pkg/transport/
H A Dlistener_test.go100 CAFile: tlsinfo.CAFile,
103 CAFile: tlsinfo.CAFile,
139 {TLSInfo{CAFile: "baz"}, true},
143 {TLSInfo{CertFile: "foo", CAFile: "baz"}, false},
144 {TLSInfo{KeyFile: "bar", CAFile: "baz"}, false},
145 {TLSInfo{CertFile: "foo", KeyFile: "bar", CAFile: "baz"}, false},
166 {CertFile: tlsinfo.CertFile, CAFile: tlsinfo.CAFile},
167 {KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CAFile},
218 …info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CertFile…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/pkg/transport/
H A Dlistener_test.go100 CAFile: tlsinfo.CAFile,
103 CAFile: tlsinfo.CAFile,
139 {TLSInfo{CAFile: "baz"}, true},
143 {TLSInfo{CertFile: "foo", CAFile: "baz"}, false},
144 {TLSInfo{KeyFile: "bar", CAFile: "baz"}, false},
145 {TLSInfo{CertFile: "foo", KeyFile: "bar", CAFile: "baz"}, false},
166 {CertFile: tlsinfo.CertFile, CAFile: tlsinfo.CAFile},
167 {KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CAFile},
218 …info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CertFile…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/helper/tlsutil/
H A Dconfig_test.go43 CAFile: cacert,
249 CAFile: cacert,
304 CAFile: cacert,
571 CAFile: cacert,
935 CAFile: cacert,
940 CAFile: cacert,
949 CAFile: cacert,
954 CAFile: cacert,
963 CAFile: cacert,
969 CAFile: cacert,
[all …]
/dports/sysutils/nomad/nomad-1.1.0/helper/tlsutil/
H A Dconfig_test.go43 CAFile: cacert,
249 CAFile: cacert,
304 CAFile: cacert,
571 CAFile: cacert,
935 CAFile: cacert,
940 CAFile: cacert,
949 CAFile: cacert,
954 CAFile: cacert,
963 CAFile: cacert,
969 CAFile: cacert,
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/pkg/transport/
H A Dlistener_test.go120 tlsInfo.CAFile = clientTLSInfo.CertFile
204 CAFile: tlsinfo.CAFile,
207 CAFile: tlsinfo.CAFile,
243 {TLSInfo{CAFile: "baz"}, true},
247 {TLSInfo{CertFile: "foo", CAFile: "baz"}, false},
248 {TLSInfo{KeyFile: "bar", CAFile: "baz"}, false},
249 {TLSInfo{CertFile: "foo", KeyFile: "bar", CAFile: "baz"}, false},
270 {CertFile: tlsinfo.CertFile, CAFile: tlsinfo.CAFile},
271 {KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CAFile},
322 …info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CertFile…
/dports/devel/etcd32/etcd-3.2.32/pkg/transport/
H A Dlistener_test.go117 tlsInfo.CAFile = clientTLSInfo.CertFile
202 CAFile: tlsinfo.CAFile,
205 CAFile: tlsinfo.CAFile,
241 {TLSInfo{CAFile: "baz"}, true},
245 {TLSInfo{CertFile: "foo", CAFile: "baz"}, false},
246 {TLSInfo{KeyFile: "bar", CAFile: "baz"}, false},
247 {TLSInfo{CertFile: "foo", KeyFile: "bar", CAFile: "baz"}, false},
268 {CertFile: tlsinfo.CertFile, CAFile: tlsinfo.CAFile},
269 {KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CAFile},
320 …info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CertFile…
/dports/devel/etcd33/etcd-3.3.23/pkg/transport/
H A Dlistener_test.go120 tlsInfo.CAFile = clientTLSInfo.CertFile
204 CAFile: tlsinfo.CAFile,
207 CAFile: tlsinfo.CAFile,
243 {TLSInfo{CAFile: "baz"}, true},
247 {TLSInfo{CertFile: "foo", CAFile: "baz"}, false},
248 {TLSInfo{KeyFile: "bar", CAFile: "baz"}, false},
249 {TLSInfo{CertFile: "foo", KeyFile: "bar", CAFile: "baz"}, false},
270 {CertFile: tlsinfo.CertFile, CAFile: tlsinfo.CAFile},
271 {KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CAFile},
322 …info: TLSInfo{CertFile: tlsinfo.CertFile, KeyFile: tlsinfo.KeyFile, CAFile: tlsinfo.CertFile…
/dports/devel/etcd/etcd-2.3.8/pkg/transport/
H A Dlistener_test.go110 CAFile: tmp,
113 CAFile: tmp,
136 {TLSInfo{CAFile: "baz"}, true},
140 {TLSInfo{CertFile: "foo", CAFile: "baz"}, false},
141 {TLSInfo{KeyFile: "bar", CAFile: "baz"}, false},
142 {TLSInfo{CertFile: "foo", KeyFile: "bar", CAFile: "baz"}, false},
163 {CertFile: tmp, CAFile: tmp},
164 {KeyFile: tmp, CAFile: tmp},
185 info := TLSInfo{CertFile: tmp, KeyFile: tmp, CAFile: tmp}
216 info: TLSInfo{CertFile: tmp, KeyFile: tmp, CAFile: tmp},
H A Dlistener.go78 CAFile string member
88 …usted-ca = %s, client-cert-auth = %v", info.CertFile, info.KeyFile, info.CAFile, info.TrustedCAFil…
130 if info.CAFile != "" {
131 cs = append(cs, info.CAFile)
147 if info.CAFile != "" || info.ClientCertAuth {
192 for _, CAFile := range CAFiles {
193 pemByte, err := ioutil.ReadFile(CAFile)
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/cli/sign/
H A Dsign_test.go12 _, err := SignerFromConfig(cli.Config{CAFile: "../../testdata/server.crt",
20 …err := signerMain([]string{"../../testdata/server.csr"}, cli.Config{CAFile: "../../testdata/server…
28 err := signerMain([]string{"../../testdata/server.csr"}, cli.Config{CAFile: "", CAKeyFile: ""})
33 cli.Config{CAFile: "../../testdata/server.crt", CAKeyFile: ""})
43 CAFile: "../../testdata/server.crt",
/dports/devel/etcd31/etcd-3.1.20/pkg/transport/
H A Dlistener_test.go105 CAFile: tmp,
108 CAFile: tmp,
144 {TLSInfo{CAFile: "baz"}, true},
148 {TLSInfo{CertFile: "foo", CAFile: "baz"}, false},
149 {TLSInfo{KeyFile: "bar", CAFile: "baz"}, false},
150 {TLSInfo{CertFile: "foo", KeyFile: "bar", CAFile: "baz"}, false},
171 {CertFile: tmp, CAFile: tmp},
172 {KeyFile: tmp, CAFile: tmp},
193 info := TLSInfo{CertFile: tmp, KeyFile: tmp, CAFile: tmp}
224 info: TLSInfo{CertFile: tmp, KeyFile: tmp, CAFile: tmp},
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/tlsutil/
H A Dconfig_test.go30 CAFile: "../test/ca/root.cer",
96 CAFile: "../test/ca/root.cer",
110 CAFile: "../test/ca/root.cer",
133 CAFile: "../test/ca/root.cer",
180 CAFile: "../test/ca/root.cer",
207 CAFile: "../test/ca/root.cer",
360 CAFile: "../test/ca/root.cer",
400 CAFile: "../test/ca/root.cer",
426 CAFile: "../test/ca/root.cer",
463 CAFile: "../test/ca/root.cer",
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/tlsutil/
H A Dconfig_test.go31 CAFile: "../test/ca/root.cer",
97 CAFile: "../test/ca/root.cer",
111 CAFile: "../test/ca/root.cer",
151 CAFile: "../test/ca/root.cer",
196 CAFile: "../test/ca/root.cer",
223 CAFile: "../test/ca/root.cer",
379 CAFile: "../test/ca/root.cer",
419 CAFile: "../test/ca/root.cer",
445 CAFile: "../test/ca/root.cer",
482 CAFile: "../test/ca/root.cer",
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/tlsutil/
H A Dconfig_test.go30 CAFile: "../test/ca/root.cer",
96 CAFile: "../test/ca/root.cer",
110 CAFile: "../test/ca/root.cer",
133 CAFile: "../test/ca/root.cer",
180 CAFile: "../test/ca/root.cer",
207 CAFile: "../test/ca/root.cer",
360 CAFile: "../test/ca/root.cer",
400 CAFile: "../test/ca/root.cer",
426 CAFile: "../test/ca/root.cer",
463 CAFile: "../test/ca/root.cer",
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/tlsutil/
H A Dconfig_test.go30 CAFile: "../test/ca/root.cer",
96 CAFile: "../test/ca/root.cer",
110 CAFile: "../test/ca/root.cer",
133 CAFile: "../test/ca/root.cer",
180 CAFile: "../test/ca/root.cer",
207 CAFile: "../test/ca/root.cer",
360 CAFile: "../test/ca/root.cer",
400 CAFile: "../test/ca/root.cer",
426 CAFile: "../test/ca/root.cer",
463 CAFile: "../test/ca/root.cer",
[all …]
/dports/sysutils/consul/consul-1.10.3/tlsutil/
H A Dconfig_test.go165 CAFile: "../test/ca/root.cer",
322 CAFile: "../test/ca/root.cer",
356 CAFile: "../test/ca/root.cer",
779 CAFile: "../test/hostname/CertAuth.crt",
864 CAFile: "../test/ca/root.cer",
1049 CAFile: "../test/ca/root.cer",
1067 CAFile: "../test/ca/root.cer",
1092 CAFile: "../test/ca/root.cer",
1114 CAFile: "../test/ca/root.cer",
1131 CAFile: "../test/ca/root.cer"}))
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/tlsutil/
H A Dconfig_test.go165 CAFile: "../test/ca/root.cer",
322 CAFile: "../test/ca/root.cer",
356 CAFile: "../test/ca/root.cer",
779 CAFile: "../test/hostname/CertAuth.crt",
864 CAFile: "../test/ca/root.cer",
1049 CAFile: "../test/ca/root.cer",
1067 CAFile: "../test/ca/root.cer",
1092 CAFile: "../test/ca/root.cer",
1114 CAFile: "../test/ca/root.cer",
1131 CAFile: "../test/ca/root.cer"}))
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/tlsutil/
H A Dconfig_test.go165 CAFile: "../test/ca/root.cer",
322 CAFile: "../test/ca/root.cer",
356 CAFile: "../test/ca/root.cer",
779 CAFile: "../test/hostname/CertAuth.crt",
864 CAFile: "../test/ca/root.cer",
1049 CAFile: "../test/ca/root.cer",
1067 CAFile: "../test/ca/root.cer",
1092 CAFile: "../test/ca/root.cer",
1114 CAFile: "../test/ca/root.cer",
1131 CAFile: "../test/ca/root.cer"}))
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/tlsutil/
H A Dconfig_test.go162 CAFile: "../test/ca/root.cer",
320 CAFile: "../test/ca/root.cer",
354 CAFile: "../test/ca/root.cer",
777 CAFile: "../test/hostname/CertAuth.crt",
862 CAFile: "../test/ca/root.cer",
931 CAFile: "../test/ca/root.cer",
949 CAFile: "../test/ca/root.cer",
973 CAFile: "../test/ca/root.cer",
993 CAFile: "../test/ca/root.cer",
1009 CAFile: "../test/ca/root.cer"}))
[all …]

12345678910>>...66