Home
last modified time | relevance | path

Searched refs:clientKeyPath (Results 1 – 25 of 54) sorted by relevance

123

/dports/net/concourse-fly/concourse-6.7.1/fly/rc/
H A Dtarget.go69 clientKeyPath string member
86 clientKeyPath string,
104 clientKeyPath: clientKeyPath,
169 clientKeyPath string,
216 clientKeyPath,
230 clientKeyPath string,
254 clientKeyPath,
269 clientKeyPath string,
294 clientKeyPath,
310 clientKeyPath string,
[all …]
H A Dtargets.go127 clientKeyPath string,
142 newInfo.ClientKeyPath = clientKeyPath
/dports/misc/concourse/concourse-6.7.2/fly/rc/
H A Dtarget.go69 clientKeyPath string member
86 clientKeyPath string,
104 clientKeyPath: clientKeyPath,
169 clientKeyPath string,
216 clientKeyPath,
230 clientKeyPath string,
254 clientKeyPath,
269 clientKeyPath string,
294 clientKeyPath,
310 clientKeyPath string,
[all …]
H A Dtargets.go127 clientKeyPath string,
142 newInfo.ClientKeyPath = clientKeyPath
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/client/
H A Dhttpsclient_test.go22 clientCAPath, clientCertPath, clientKeyPath string // used for TLS client certs
45 clientKeyPath: path.Join(testhelper.TestRoot, "certs/client/key.pem"),
51 …uests(t, tc.caFile, tc.caPath, tc.clientCAPath, tc.clientCertPath, tc.clientKeyPath, tc.selfSigned)
112 func setupWithRequests(t *testing.T, caFile, caPath, clientCAPath, clientCertPath, clientKeyPath st…
129 if clientCertPath != "" && clientKeyPath != "" {
130 opts = append(opts, WithClientCert(clientCertPath, clientKeyPath))
/dports/sysutils/docker-machine/machine-0.16.2/libmachine/cert/
H A Dbootstrap.go36 clientKeyPath := authOptions.ClientKeyPath
51 if _, err := os.Stat(clientKeyPath); err == nil {
59 KeyFile: clientKeyPath,
78 clientKeyPath := authOptions.ClientKeyPath
128 os.Remove(clientKeyPath)
H A Dcert.go229 clientKeyPath := authOptions.ClientKeyPath
243 log.Debugf("Reading client key from %s", clientKeyPath)
244 clientKey, err := ioutil.ReadFile(clientKeyPath)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/libmachine/cert/
H A Dbootstrap.go18 clientKeyPath := authOptions.ClientKeyPath
65 if _, err := os.Stat(clientKeyPath); err == nil {
73 KeyFile: clientKeyPath,
H A Dcert.go229 clientKeyPath := authOptions.ClientKeyPath
243 log.Debugf("Reading client key from %s", clientKeyPath)
244 clientKey, err := ioutil.ReadFile(clientKeyPath)
/dports/www/mod_php81/php-8.1.1/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt48 $clientKeyPath = __DIR__ . DIRECTORY_SEPARATOR . 'curl_setopt_ssl_clientkey.pem';
49 $clientKey = file_get_contents($clientKeyPath);
117 var_dump(curl_setopt($ch, CURLOPT_SSLKEY, $clientKeyPath));
133 var_dump(curl_setopt($ch, CURLOPT_SSLKEY, $clientKeyPath));
149 var_dump(curl_setopt($ch, CURLOPT_SSLKEY, $clientKeyPath));
165 var_dump(curl_setopt($ch, CURLOPT_SSLKEY, $clientKeyPath));
/dports/lang/php81/php-8.1.1/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt48 $clientKeyPath = __DIR__ . DIRECTORY_SEPARATOR . 'curl_setopt_ssl_clientkey.pem';
49 $clientKey = file_get_contents($clientKeyPath);
117 var_dump(curl_setopt($ch, CURLOPT_SSLKEY, $clientKeyPath));
133 var_dump(curl_setopt($ch, CURLOPT_SSLKEY, $clientKeyPath));
149 var_dump(curl_setopt($ch, CURLOPT_SSLKEY, $clientKeyPath));
165 var_dump(curl_setopt($ch, CURLOPT_SSLKEY, $clientKeyPath));
/dports/ftp/php81-curl/php-8.1.1/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt48 $clientKeyPath = __DIR__ . DIRECTORY_SEPARATOR . 'curl_setopt_ssl_clientkey.pem';
49 $clientKey = file_get_contents($clientKeyPath);
117 var_dump(curl_setopt($ch, CURLOPT_SSLKEY, $clientKeyPath));
133 var_dump(curl_setopt($ch, CURLOPT_SSLKEY, $clientKeyPath));
149 var_dump(curl_setopt($ch, CURLOPT_SSLKEY, $clientKeyPath));
165 var_dump(curl_setopt($ch, CURLOPT_SSLKEY, $clientKeyPath));
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DSSLConfig.cc104clientKeyPath = clientCACertFilename = clientCACertPath = cipherSuite = client_cipherSuite = dhpar… in reset()
133 clientKeyPath = static_cast<char *>(ats_free_null(clientKeyPath)); in cleanup()
399 …(ssl_client_private_key_path, ssl_client_private_key_filename, &clientKeyPathOnly, &clientKeyPath); in initialize()
418 …client_ctx = this->getCTX(this->clientCertPath, this->clientKeyPath, this->clientCACertFilename, t… in initialize()
/dports/net/concourse-fly/concourse-6.7.1/fly/commands/
H A Dlogin.go318 … string, token *rc.TargetToken, caCert string, clientCertPath string, clientKeyPath string) error {
330 clientKeyPath,
520 clientKeyPath string) error {
528 clientKeyPath,
/dports/misc/concourse/concourse-6.7.2/fly/commands/
H A Dlogin.go318 … string, token *rc.TargetToken, caCert string, clientCertPath string, clientKeyPath string) error {
330 clientKeyPath,
520 clientKeyPath string) error {
528 clientKeyPath,
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/functional/tester/
H A Dcluster.go535 clientKeyPath := filepath.Join(dirClient, "key.pem")
536 if err = ioutil.WriteFile(clientKeyPath, clientKeyData, 0644); err != nil { // overwrite if exists
539 resp.Member.ClientKeyPath = clientKeyPath
542 zap.String("path", clientKeyPath),
/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/functional/tester/
H A Dcluster.go533 clientKeyPath := filepath.Join(dirClient, "key.pem")
534 if err = ioutil.WriteFile(clientKeyPath, clientKeyData, 0644); err != nil { // overwrite if exists
537 resp.Member.ClientKeyPath = clientKeyPath
540 zap.String("path", clientKeyPath),
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/utils/openstack/clientconfig/
H A Drequests.go783 var clientKeyPath string
785 clientKeyPath = v
789 clientKeyPath = v
800 tlsConfig, err := internal.PrepareTLSConfig(caCertPath, clientCertPath, clientKeyPath, insecurePtr)
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/functional/tester/
H A Dcluster.go535 clientKeyPath := filepath.Join(dirClient, "key.pem")
536 if err = ioutil.WriteFile(clientKeyPath, clientKeyData, 0644); err != nil { // overwrite if exists
539 resp.Member.ClientKeyPath = clientKeyPath
542 zap.String("path", clientKeyPath),
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/functional/tester/
H A Dcluster.go533 clientKeyPath := filepath.Join(dirClient, "key.pem")
534 if err = ioutil.WriteFile(clientKeyPath, clientKeyData, 0644); err != nil { // overwrite if exists
537 resp.Member.ClientKeyPath = clientKeyPath
540 zap.String("path", clientKeyPath),
/dports/devel/etcd32/etcd-3.2.32/functional/tester/
H A Dcluster.go533 clientKeyPath := filepath.Join(dirClient, "key.pem")
534 if err = ioutil.WriteFile(clientKeyPath, clientKeyData, 0644); err != nil { // overwrite if exists
537 resp.Member.ClientKeyPath = clientKeyPath
540 zap.String("path", clientKeyPath),
/dports/www/minio-client/etcd-3.5.0/tests/functional/tester/
H A Dcluster.go545 clientKeyPath := filepath.Join(dirClient, "key.pem")
546 if err = ioutil.WriteFile(clientKeyPath, clientKeyData, 0644); err != nil { // overwrite if exists
549 resp.Member.ClientKeyPath = clientKeyPath
552 zap.String("path", clientKeyPath),
/dports/devel/etcd33/etcd-3.3.23/functional/tester/
H A Dcluster.go533 clientKeyPath := filepath.Join(dirClient, "key.pem")
534 if err = ioutil.WriteFile(clientKeyPath, clientKeyData, 0644); err != nil { // overwrite if exists
537 resp.Member.ClientKeyPath = clientKeyPath
540 zap.String("path", clientKeyPath),
/dports/devel/etcd34/etcd-3.4.18/functional/tester/
H A Dcluster.go535 clientKeyPath := filepath.Join(dirClient, "key.pem")
536 if err = ioutil.WriteFile(clientKeyPath, clientKeyData, 0644); err != nil { // overwrite if exists
539 resp.Member.ClientKeyPath = clientKeyPath
542 zap.String("path", clientKeyPath),
/dports/net/traefik/traefik-2.6.1/vendor/github.com/gophercloud/utils/openstack/clientconfig/
H A Drequests.go783 var clientKeyPath string
785 clientKeyPath = v
789 clientKeyPath = v
800 tlsConfig, err := internal.PrepareTLSConfig(caCertPath, clientCertPath, clientKeyPath, insecurePtr)

123