Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FindRootCAForCA (0.11 sec)

  1. pkg/istio-agent/plugins.go

    )
    
    // WARNING WARNING WARNING
    // These interfaces must be stable to allow vendors plug custom CAs.
    
    type RootCertProvider interface {
    	GetKeyCertsForCA() (string, string)
    	FindRootCAForCA() (string, error)
    }
    
    var providers = make(map[string]func(*security.Options, RootCertProvider) (security.Client, error))
    
    func createCitadel(opts *security.Options, a RootCertProvider) (security.Client, error) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 11 03:32:57 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top