Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rotatedCertBytes (0.57 sec)

  1. pilot/pkg/bootstrap/server_test.go

    			go s.RotateDNSCertForK8sCA(stop, "", "test-signer", true, time.Duration(0))
    
    			var certRotated bool
    			var rotatedCertBytes []byte
    			err := retry.Until(func() bool {
    				rotatedCertBytes = s.istiodCertBundleWatcher.GetKeyCertBundle().CertPem
    				st := string(rotatedCertBytes)
    				certRotated = st != string(tt.certToWatch)
    				return certRotated == tt.certRotated
    			}, retry.Timeout(10*time.Second))
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top