Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewIstioCA (0.48 sec)

  1. pilot/pkg/bootstrap/istio_ca.go

    		if err != nil {
    			return nil, fmt.Errorf("failed to create an istiod CA: %v", err)
    		}
    
    		s.initCACertsWatcher()
    	}
    	istioCA, err := ca.NewIstioCA(caOpts)
    	if err != nil {
    		return nil, fmt.Errorf("failed to create an istiod CA: %v", err)
    	}
    
    	// Start root cert rotator in a separate goroutine.
    	istioCA.Run(s.internalStop)
    	return istioCA, nil
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 20.6K bytes
    - Viewed (0)
Back to top