Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRootCertRotatorWithoutRootCertSecret (0.46 sec)

  1. security/pkg/pki/ca/selfsignedcarootcertrotator_test.go

    	if rotator1.backOffTime > time.Duration(0) {
    		t.Errorf("back off time should be negative but got %v", rotator1.backOffTime)
    	}
    }
    
    // TestRootCertRotatorWithoutRootCertSecret verifies that if root cert secret
    // does not exist, the rotator does not add new root cert.
    func TestRootCertRotatorWithoutRootCertSecret(t *testing.T) {
    	// Verifies that in self-signed CA mode, root cert rotator does not create CA secret.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 11 23:33:41 UTC 2023
    - 14.1K bytes
    - Viewed (0)
Back to top