Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,041 for certv1 (0.11 sec)

  1. pkg/test/framework/components/istio/ca.go

    	pkiutil "istio.io/istio/security/pkg/pki/util"
    )
    
    type Cert struct {
    	ClientCert, Key, RootCert []byte
    }
    
    func CreateCertificate(t framework.TestContext, i Instance, serviceAccount, namespace string) (Cert, error) {
    	c := t.Clusters().Default()
    	rootCert, err := FetchRootCert(c.Kube())
    	if err != nil {
    		return Cert{}, fmt.Errorf("failed to fetch root cert: %v", err)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/options/testdata/localhost__127.0.0.1/test.com_star.test.com_/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)
  3. staging/src/k8s.io/apiserver/pkg/server/options/testdata/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)
  4. pkg/istio-agent/plugins.go

    		if err != nil {
    			return nil, fmt.Errorf("failed to find root CA cert for CA: %v", err)
    		}
    
    		if tlsOpts.RootCert == "" {
    			log.Infof("Using CA %s cert with system certs", opts.CAEndpoint)
    		} else if !fileExists(tlsOpts.RootCert) {
    			log.Fatalf("invalid config - %s missing a root certificate %s", opts.CAEndpoint, tlsOpts.RootCert)
    		} else {
    			log.Infof("Using CA %s cert with certs: %s", opts.CAEndpoint, tlsOpts.RootCert)
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 11 03:32:57 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. pilot/pkg/model/test/testcert/cert2.pem

    John Howard <******@****.***> 1597211938 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 12 05:58:58 UTC 2020
    - 2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/server/options/testdata/localhost__127.0.0.1/test.com__/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)
  7. staging/src/k8s.io/apiserver/pkg/server/options/testdata/localhost_test.com_127.0.0.1/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)
  8. staging/src/k8s.io/apiserver/pkg/server/options/testdata/test.com__/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)
  9. src/crypto/x509/root_linux.go

    var certDirectories = []string{
    	"/etc/ssl/certs",     // SLES10/SLES11, https://golang.org/issue/12139
    	"/etc/pki/tls/certs", // Fedora/RHEL
    }
    
    func init() {
    	if goos.IsAndroid == 1 {
    		certDirectories = append(certDirectories,
    			"/system/etc/security/cacerts",    // Android system roots
    			"/data/misc/keychain/certs-added", // User trusted CA folder
    		)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 06 17:55:35 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/server/options/testdata/localhost__10.0.0.1,127.0.0.1/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