Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for caCert (0.23 sec)

  1. pilot/pkg/networking/core/gateway_test.go

    								SdsConfig: model.SDSAdsConfig,
    							},
    						},
    					},
    				},
    				RequireClientCertificate: proto.BoolTrue,
    			},
    		},
    		{
    			// Credential name and subject names are specified, SDS configs are generated for fetching
    			// key/cert and root cert.
    			name: "credential name subject alternative name key and cert tls OPTIONAL_MUTUAL",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

    #  $3: CA key
    #
    # If CA cert/key is empty, the function will also generate certs for CA.
    #
    # Vars set:
    #   ETCD_CA_KEY_BASE64
    #   ETCD_CA_CERT_BASE64
    #   ETCD_PEER_KEY_BASE64
    #   ETCD_PEER_CERT_BASE64
    #
    function create-etcd-certs {
      local host=${1}
      local ca_cert=${2:-}
      local ca_key=${3:-}
    
      GEN_ETCD_CA_CERT="${ca_cert}" GEN_ETCD_CA_KEY="${ca_key}" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

              name: local-certs
            - mountPath: /etc/cacerts
              name: cacerts
              readOnly: true
            - mountPath: /var/run/secrets/remote
              name: istio-kubeconfig
              readOnly: true
            - mountPath: /var/run/secrets/istiod/tls
              name: istio-csr-dns-cert
              readOnly: true
            - mountPath: /var/run/secrets/istiod/ca
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

        etcd_apiserver_creds=" --client-cert-auth --trusted-ca-file ${ETCD_APISERVER_CA_CERT_PATH} --cert-file ${ETCD_APISERVER_SERVER_CERT_PATH} --key-file ${ETCD_APISERVER_SERVER_KEY_PATH} "
        etcdctl_certs="--cacert ${ETCD_APISERVER_CA_CERT_PATH} --cert ${ETCD_APISERVER_CLIENT_CERT_PATH} --key ${ETCD_APISERVER_CLIENT_KEY_PATH}"
        etcd_apiserver_protocol="https"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    mountPath: /var/run/secrets/tokens readOnly: true {{- end }} - name: local-certs mountPath: /var/run/secrets/istio-dns - name: cacerts mountPath: /etc/cacerts readOnly: true - name: istio-kubeconfig mountPath: /var/run/secrets/remote readOnly: true {{- if .Values.pilot.jwksResolverExtraRoo }} - name: extracacerts mountPath: /cacerts {{- end }} - name: istio-csr-dns-cert mountPath: /var/run/secrets/istiod/tls readOnly: true - name: istio-csr-ca-configmap mountPath: /var/run/secrets/istiod/ca readOnly:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"calling":                              "\U0001f4f2",
    	"cambodia":                             "\U0001f1f0\U0001f1ed",
    	"camel":                                "\U0001f42b",
    	"camera":                               "\U0001f4f7",
    	"camera_flash":                         "\U0001f4f8",
    	"cameroon":                             "\U0001f1e8\U0001f1f2",
    	"camping":                              "\U0001f3d5\ufe0f",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // call : 2014-12-18 Amazon Registry Services, Inc.
    call
    
    // calvinklein : 2015-07-30 PVH gTLD Holdings LLC
    calvinklein
    
    // cam : 2016-04-21 Cam Connecting SARL
    cam
    
    // camera : 2013-08-27 Binky Moon, LLC
    camera
    
    // camp : 2013-11-07 Binky Moon, LLC
    camp
    
    // canon : 2014-09-12 Canon Inc.
    canon
    
    // capetown : 2014-03-24 ZA Central Registry NPC trading as ZA Central Registry
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  8. src/crypto/x509/x509_test.go

    		if len(cert.PermittedDNSDomains) != 2 || cert.PermittedDNSDomains[0] != ".example.com" || cert.PermittedDNSDomains[1] != "example.com" {
    			t.Errorf("%s: failed to parse name constraints: %#v", test.name, cert.PermittedDNSDomains)
    		}
    
    		if len(cert.ExcludedDNSDomains) != 1 || cert.ExcludedDNSDomains[0] != "bar.example.com" {
    			t.Errorf("%s: failed to parse name constraint exclusions: %#v", test.name, cert.ExcludedDNSDomains)
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

    limitations under the License.
    ==============================================================================*/
    
    // This file implements logic for legalizing HLO to TensorFlow.
    
    #include <cassert>
    #include <cstddef>
    #include <cstdint>
    #include <cstdlib>
    #include <functional>
    #include <memory>
    #include <numeric>
    #include <optional>
    #include <string>
    #include <utility>
    #include <vector>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.h"
    
    #include <algorithm>
    #include <array>
    #include <cassert>
    #include <complex>
    #include <cstddef>
    #include <cstdint>
    #include <iterator>
    #include <optional>
    #include <string>
    #include <tuple>
    #include <type_traits>
    
    #include "absl/log/check.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
Back to top