Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewCertUtil (0.09 sec)

  1. pilot/pkg/bootstrap/certcontroller.go

    	}
    }
    
    func (s *Server) RotateDNSCertForK8sCA(stop <-chan struct{},
    	defaultCACertPath string,
    	signerName string,
    	approveCsr bool,
    	requestedLifetime time.Duration,
    ) {
    	certUtil := certutil.NewCertUtil(int(defaultCertGracePeriodRatio * 100))
    	for {
    		waitTime, _ := certUtil.GetWaitTime(s.istiodCertBundleWatcher.GetKeyCertBundle().CertPem, time.Now())
    		if !sleep.Until(stop, waitTime) {
    			return
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top