Home
last modified time | relevance | path

Searched refs:clientCertPath (Results 1 – 25 of 60) sorted by relevance

123

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-azure-helpers/authentication/
H A Dauth_method_client_cert_test.go27 if builder.ClientCertPath != servicePrincipal.clientCertPath {
125 clientCertPath: filePath,
134 clientCertPath: filePath,
153 clientCertPath: filePath,
162 clientCertPath: emptyPath,
172 clientCertPath: "does-not-exist.pfx",
182 clientCertPath: filePath,
192 clientCertPath: filePath,
203 clientCertPath: aliasFilePath,
213 clientCertPath: filePath,
[all …]
H A Dauth_method_client_cert.go17 clientCertPath string member
27 clientCertPath: b.ClientCertPath,
50 certificate, rsaPrivateKey, err := decodePkcs12File(a.clientCertPath, a.clientCertPassword)
90 if a.clientCertPath == "" {
95 _, _, derr := decodePkcs12File(a.clientCertPath, a.clientCertPassword)
/dports/net/concourse-fly/concourse-6.7.1/fly/rc/
H A Dtarget.go68 clientCertPath string member
85 clientCertPath string,
103 clientCertPath: clientCertPath,
168 clientCertPath string,
215 clientCertPath,
229 clientCertPath string,
253 clientCertPath,
268 clientCertPath string,
293 clientCertPath,
309 clientCertPath string,
[all …]
H A Dtargets.go126 clientCertPath string,
141 newInfo.ClientCertPath = clientCertPath
/dports/misc/concourse/concourse-6.7.2/fly/rc/
H A Dtarget.go68 clientCertPath string member
85 clientCertPath string,
103 clientCertPath: clientCertPath,
168 clientCertPath string,
215 clientCertPath,
229 clientCertPath string,
253 clientCertPath,
268 clientCertPath string,
293 clientCertPath,
309 clientCertPath string,
[all …]
H A Dtargets.go126 clientCertPath string,
141 newInfo.ClientCertPath = clientCertPath
/dports/sysutils/docker-machine/machine-0.16.2/libmachine/cert/
H A Dbootstrap.go35 clientCertPath := authOptions.ClientCertPath
38 log.Infof("Creating client certificate: %s", clientCertPath)
58 CertFile: clientCertPath,
77 clientCertPath := authOptions.ClientCertPath
117 if _, err := os.Stat(clientCertPath); os.IsNotExist(err) {
122 current, err := CheckCertificateDate(clientCertPath)
H A Dcert.go228 clientCertPath := authOptions.ClientCertPath
237 log.Debugf("Reading client certificate from %s", clientCertPath)
238 clientCert, err := ioutil.ReadFile(clientCertPath)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/client/
H A Dhttpsclient_test.go22 clientCAPath, clientCertPath, clientKeyPath string // used for TLS client certs
44 clientCertPath: path.Join(testhelper.TestRoot, "certs/client/server.crt"),
51 …client, err := setupWithRequests(t, tc.caFile, tc.caPath, tc.clientCAPath, tc.clientCertPath, tc.c…
112 func setupWithRequests(t *testing.T, caFile, caPath, clientCAPath, clientCertPath, clientKeyPath st… argument
129 if clientCertPath != "" && clientKeyPath != "" {
130 opts = append(opts, WithClientCert(clientCertPath, clientKeyPath))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/libmachine/cert/
H A Dbootstrap.go17 clientCertPath := authOptions.ClientCertPath
51 if _, err := os.Stat(clientCertPath); os.IsNotExist(err) {
52 log.Infof("Creating client certificate: %s", clientCertPath)
72 CertFile: clientCertPath,
H A Dcert.go228 clientCertPath := authOptions.ClientCertPath
237 log.Debugf("Reading client certificate from %s", clientCertPath)
238 clientCert, err := ioutil.ReadFile(clientCertPath)
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/omczmq/
H A Domczmq.c67 char *clientCertPath; member
166 zcert_t *clientCert = zcert_load(runModConf->clientCertPath); in initCZMQ()
169 runModConf->clientCertPath); in initCZMQ()
364 runModConf->clientCertPath = NULL;
378 if(!strcmp(runModConf->clientCertPath, "*")) {
382 zstr_sendx(authActor, "CURVE", runModConf->clientCertPath, NULL);
394 free(pModConf->clientCertPath);
426 runModConf->clientCertPath = es_str2cstr(pvals[i].val.d.estr, NULL);
427 DBGPRINTF("omczmq: clientCertPath set to %s\n", runModConf->clientCertPath);
440 DBGPRINTF("omczmq: clientCertPath set to %s\n", runModConf->clientCertPath);
/dports/www/mod_php81/php-8.1.1/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt44 $clientCertPath = __DIR__ . DIRECTORY_SEPARATOR . 'curl_setopt_ssl_clientcert.pem';
45 $clientCert = file_get_contents($clientCertPath);
62 …key $serverKeyPath -cert $serverCertPath -accept $port -www -CAfile $clientCertPath -verify_return…
116 var_dump(curl_setopt($ch, CURLOPT_SSLCERT, $clientCertPath));
132 var_dump(curl_setopt($ch, CURLOPT_SSLCERT, $clientCertPath));
148 var_dump(curl_setopt($ch, CURLOPT_SSLCERT, $clientCertPath));
164 var_dump(curl_setopt($ch, CURLOPT_SSLCERT, $clientCertPath));
/dports/lang/php81/php-8.1.1/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt44 $clientCertPath = __DIR__ . DIRECTORY_SEPARATOR . 'curl_setopt_ssl_clientcert.pem';
45 $clientCert = file_get_contents($clientCertPath);
62 …key $serverKeyPath -cert $serverCertPath -accept $port -www -CAfile $clientCertPath -verify_return…
116 var_dump(curl_setopt($ch, CURLOPT_SSLCERT, $clientCertPath));
132 var_dump(curl_setopt($ch, CURLOPT_SSLCERT, $clientCertPath));
148 var_dump(curl_setopt($ch, CURLOPT_SSLCERT, $clientCertPath));
164 var_dump(curl_setopt($ch, CURLOPT_SSLCERT, $clientCertPath));
/dports/ftp/php81-curl/php-8.1.1/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt44 $clientCertPath = __DIR__ . DIRECTORY_SEPARATOR . 'curl_setopt_ssl_clientcert.pem';
45 $clientCert = file_get_contents($clientCertPath);
62 …key $serverKeyPath -cert $serverCertPath -accept $port -www -CAfile $clientCertPath -verify_return…
116 var_dump(curl_setopt($ch, CURLOPT_SSLCERT, $clientCertPath));
132 var_dump(curl_setopt($ch, CURLOPT_SSLCERT, $clientCertPath));
148 var_dump(curl_setopt($ch, CURLOPT_SSLCERT, $clientCertPath));
164 var_dump(curl_setopt($ch, CURLOPT_SSLCERT, $clientCertPath));
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/imczmq/
H A Dimczmq.c70 char *clientCertPath; member
180 zcert_t *clientCert = zcert_load(runModConf->clientCertPath); in addListener()
183 runModConf->clientCertPath); in addListener()
284 zstr_sendx(authActor, "CURVE", runModConf->clientCertPath, NULL); in rcvData()
425 runModConf->clientCertPath = NULL;
456 runModConf->clientCertPath = es_str2cstr(pvals[i].val.d.estr, NULL);
469 DBGPRINTF("imczmq: clientCertPath set to %s\n", runModConf->clientCertPath);
519 free(pModConf->clientCertPath);
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DSSLConfig.cc103 …rverCertChainFilename = configFilePath = serverCACertFilename = serverCACertPath = clientCertPath = in reset()
131 clientCertPath = static_cast<char *>(ats_free_null(clientCertPath)); in cleanup()
393 …paths_helper(ssl_client_cert_path, ssl_client_cert_filename, &clientCertPathOnly, &clientCertPath); 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 …ommand) saveTarget(url string, token *rc.TargetToken, caCert string, clientCertPath string, client…
329 clientCertPath,
519 …and) verifyTeamExists(clientUrl string, token rc.TargetToken, caCert string, clientCertPath string,
527 clientCertPath,
/dports/misc/concourse/concourse-6.7.2/fly/commands/
H A Dlogin.go318 …ommand) saveTarget(url string, token *rc.TargetToken, caCert string, clientCertPath string, client…
329 clientCertPath,
519 …and) verifyTeamExists(clientUrl string, token rc.TargetToken, caCert string, clientCertPath string,
527 clientCertPath,
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/azure/
H A Dbackend_test.go158 clientCertPath := os.Getenv("ARM_CLIENT_CERTIFICATE_PATH")
159 if clientCertPath == "" {
183 "client_certificate_path": clientCertPath,
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/functional/tester/
H A Dcluster.go521 clientCertPath := filepath.Join(dirClient, "cert.pem")
522 …if err = ioutil.WriteFile(clientCertPath, clientCertData, 0644); err != nil { // overwrite if exis…
525 resp.Member.ClientCertPath = clientCertPath
528 zap.String("path", clientCertPath),
/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.go519 clientCertPath := filepath.Join(dirClient, "cert.pem")
520 …if err = ioutil.WriteFile(clientCertPath, clientCertData, 0644); err != nil { // overwrite if exis…
523 resp.Member.ClientCertPath = clientCertPath
526 zap.String("path", clientCertPath),
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/utils/openstack/clientconfig/
H A Drequests.go772 var clientCertPath string
774 clientCertPath = v
778 clientCertPath = 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.go521 clientCertPath := filepath.Join(dirClient, "cert.pem")
522 …if err = ioutil.WriteFile(clientCertPath, clientCertData, 0644); err != nil { // overwrite if exis…
525 resp.Member.ClientCertPath = clientCertPath
528 zap.String("path", clientCertPath),
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/functional/tester/
H A Dcluster.go519 clientCertPath := filepath.Join(dirClient, "cert.pem")
520 …if err = ioutil.WriteFile(clientCertPath, clientCertData, 0644); err != nil { // overwrite if exis…
523 resp.Member.ClientCertPath = clientCertPath
526 zap.String("path", clientCertPath),

123