Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,041 for certv1 (0.11 sec)

  1. platforms/software/resources-http/src/test/groovy/org/gradle/internal/resource/transport/http/FakeKeyStore.java

        public void engineSetCertificateEntry(String alias, Certificate cert) throws KeyStoreException {
            Certificate[] certs = certChains.get(alias);
            if (certs == null) {
                Certificate[] newCerts = new Certificate[1];
                newCerts[0] = cert;
                certChains.put(alias, newCerts);
            } else {
                Certificate[] updatedCerts = Arrays.copyOf(certs, certs.length + 1);
                updatedCerts[certs.length] = cert;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 5K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/gateway/secret.go

    			}
    		}
    		return true
    	})
    }
    
    func isValidSecret(secret *resource.Instance) bool {
    	s, ok := secret.Message.(*corev1.Secret)
    	if !ok {
    		return false
    	}
    	certs, err := kube.ExtractCertInfo(s)
    	if err != nil {
    		return false
    	}
    	if err = xds.ValidateCertificate(certs.Cert); err != nil {
    		return false
    	}
    	return true
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 04 18:29:24 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  3. pkg/hbone/README.md

    Usage examples:
    
    ```shell
    go install ./pkg/test/echo/cmd/client
    # Send request to 127.0.0.1:8080 (Note only IPs are supported) via an HBONE proxy on port 15008
    client --hbone-client-cert tests/testdata/certs/cert.crt --hbone-client-key tests/testdata/certs/cert.key \
      http://127.0.0.1:8080 \
      --hbone 127.0.0.1:15008
    ```
    
    #### Golang
    
    An (unstable) library to make HBONE connections is available at `pkg/hbone`.
    
    Usage example:
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 11 16:27:16 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  4. pkg/controlplane/controller/clusterauthenticationtrust/cluster_authentication_trust_controller.go

    	return configMapNamespace + "/" + configMapName
    }
    
    func encodeCertificates(certs ...*x509.Certificate) ([]byte, error) {
    	b := bytes.Buffer{}
    	for _, cert := range certs {
    		if err := pem.Encode(&b, &pem.Block{Type: "CERTIFICATE", Bytes: cert.Raw}); err != nil {
    			return []byte{}, err
    		}
    	}
    	return b.Bytes(), nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  5. tests/testdata/config/ingressgateway.yaml

          protocol: HTTPS
        hosts:
        - uk.bookinfo.com
        tls:
          # We can reuse the standard Istio certs mounted in the gateway
          mode: SIMPLE #enables HTTPS on this port
          serverCertificate: /etc/certs/cert-chain.pem
          privateKey: /etc/certs/key.pem
          caCertificates: /etc/certs/root-cert.pem
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 914 bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/authentication/request/x509/x509_test.go

    	certs := []*x509.Certificate{}
    	for _, pemData := range pemData {
    		certs = append(certs, getCert(t, pemData))
    	}
    	return certs
    }
    
    func TestCertificateIdentifier(t *testing.T) {
    	tt := []struct {
    		name               string
    		cert               *x509.Certificate
    		expectedIdentifier string
    	}{
    		{
    			name:               "client cert",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 23:23:03 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/ingressgateway_k8s_settings.golden.yaml

              name: istio-data
            - mountPath: /etc/istio/pod
              name: podinfo
            - mountPath: /etc/istio/ingressgateway-certs
              name: ingressgateway-certs
              readOnly: true
            - mountPath: /etc/istio/ingressgateway-ca-certs
              name: ingressgateway-ca-certs
              readOnly: true
          securityContext:
            runAsGroup: 1337
            runAsNonRoot: true
            runAsUser: 1337
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/helm_values_enablement.golden.yaml

              name: istio-data
            - mountPath: /etc/istio/pod
              name: podinfo
            - mountPath: /etc/istio/egressgateway-certs
              name: egressgateway-certs
              readOnly: true
            - mountPath: /etc/istio/egressgateway-ca-certs
              name: egressgateway-ca-certs
              readOnly: true
          securityContext:
            runAsGroup: 1337
            runAsNonRoot: true
            runAsUser: 1337
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/options/testdata/localhost__/apiserver-loopback-client__/cert

    Justin SB <******@****.***> 1546536079 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 03 17:21:31 UTC 2019
    - 1.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/server/options/testdata/apiserver-loopback-client__/localhost__/cert

    Justin SB <******@****.***> 1546536079 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 03 17:21:31 UTC 2019
    - 1.1K bytes
    - Viewed (0)
Back to top