Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for selfSignedCA (0.14 sec)

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

    	// If true, the signed certificate is a CA certificate, otherwise, it is a workload certificate.
    	ForCA bool
    
    	// Cert Signer info
    	CertSigner string
    }
    
    const (
    	// selfSignedCA means the Istio CA uses a self signed certificate.
    	selfSignedCA caTypes = iota
    	// pluggedCertCA means the Istio CA uses a operator-specified key/cert.
    	pluggedCertCA
    )
    
    // IstioCAOptions holds the configurations for creating an Istio CA.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 30 19:33:26 UTC 2023
    - 17.2K bytes
    - Viewed (0)
Back to top