Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for copyCertsWithOSRootCA (0.56 sec)

  1. pkg/istio-agent/agent_test.go

    	})
    	t.Run("OS CA Certs are able to be accessed", func(t *testing.T) {
    		// Try loading an OS CA Cert from OS CA Certs file paths.
    		dir := mktemp()
    		copyCertsWithOSRootCA(t, dir)
    
    		osRootPath := security.GetOSRootFilePath()
    		caRootCert := filepath.Base(osRootPath)
    
    		cfg := security.SdsCertificateConfig{
    			CertificatePath:   filepath.Join(dir, "cert-chain.pem"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 33.4K bytes
    - Viewed (0)
Back to top