Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCertOptionsAndRetrieveID (0.36 sec)

  1. security/pkg/pki/util/keycertbundle_test.go

    			}
    			if len(root) == 0 {
    				t.Errorf("%s: rootCertBytes should not be empty", id)
    			}
    		}
    	}
    }
    
    // The test of CertOptions
    func TestCertOptionsAndRetrieveID(t *testing.T) {
    	testCases := map[string]struct {
    		caCertFile    string
    		caKeyFile     string
    		certChainFile []string
    		rootCertFile  string
    		certOptions   *CertOptions
    		expectedErr   string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jan 21 06:07:50 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top