Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 45 for crt2 (0.15 sec)

  1. tests/integration/security/ca_custom_root/main_test.go

    	crts := []struct {
    		td string
    		sa string
    	}{
    		{
    			td: "foo",
    			sa: "server-naked-foo",
    		},
    		{
    			td: "bar",
    			sa: "server-naked-bar",
    		},
    	}
    	for _, crt := range crts {
    		command := exec.Cmd{
    			Path:   script,
    			Args:   []string{script, crt.td, ns, crt.sa, tmpdir},
    			Stdout: os.Stdout,
    			Stderr: os.Stdout,
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  2. security/pkg/k8s/chiron/test-data/example-ca-cert2.pem

    zirain <******@****.***> 1715745491 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 03:58:11 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/binaryinfo/ReadelfBinaryInfo.groovy

                if (line.length > 7 && line[3] == "FILE") {
                    def name = line[7]
                    // These are objects added by GCC or Swift toolchains
                    if (!(name in ["crt1.o", "crtstuff.c", "SwiftRT-ELF.cpp"])) {
                        def type = 'F' as char
                        symbols.add(new Symbol(name, type, false))
                    }
                }
            }
            return symbols
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 06 15:17:55 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/util/certs/util.go

    			Files: PKIFiles{
    				"ca.crt":             caCert,
    				"ca.key":             caKey,
    				"front-proxy-ca.crt": fpCACert,
    				"front-proxy-ca.key": fpCAKey,
    				"etcd/ca.crt":        etcdCACert,
    				"etcd/ca.key":        etcdCAKey,
    			},
    		},
    		{
    			Name: "CA certs only",
    			Files: PKIFiles{
    				"ca.crt":             caCert,
    				"front-proxy-ca.crt": fpCACert,
    				"etcd/ca.crt":        etcdCACert,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/componentconfigs/kubelet_windows_test.go

    						ClientCAFile: "/foo/ca.crt",
    					},
    				},
    			},
    			expected: &kubeletconfig.KubeletConfiguration{
    				ResolverConfig: ptr.To(""),
    				StaticPodPath:  filepath.Join(drive, "/foo/staticpods"),
    				Authentication: kubeletconfig.KubeletAuthentication{
    					X509: kubeletconfig.KubeletX509Authentication{
    						ClientCAFile: filepath.Join(drive, "/foo/ca.crt"),
    					},
    				},
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 10:26:46 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. pkg/test/framework/components/echo/kube/testdata/proxyless-custom-image.yaml

              - --metrics=15014
              - --cluster=cluster-0
              - --port=8080
              - --port=3333
              - --grpc=17777
              - --version=bar
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            - containerPort: 17777
            env:
            - name: INSTANCE_IP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/kube/testdata/multiple-istio-versions-no-proxy.yaml

              - --cluster=cluster-0
              - --grpc=7070
              - --port=8090
              - --port=8080
              - --port=3333
              - --version=bar
              - --istio-version=1.8.2
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/kube/testdata/two-workloads-one-nosidecar.yaml

              - --cluster=cluster-0
              - --grpc=7070
              - --port=8090
              - --port=8080
              - --port=3333
              - --version=v1
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/kube/testdata/multiversion.yaml

              - --port=8090
              - --tcp=9000
              - --grpc=9090
              - --port=8080
              - --port=3333
              - --version=v-istio
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 8090
            - containerPort: 9000
            - containerPort: 9090
            - containerPort: 8080
            - containerPort: 3333
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 4K bytes
    - Viewed (0)
  10. pkg/test/framework/components/echo/kube/testdata/multiple-istio-versions.yaml

              - --cluster=cluster-0
              - --grpc=7070
              - --port=8090
              - --port=8080
              - --port=3333
              - --version=bar
              - --istio-version=1.9.0
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top