Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for certSigners (0.1 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

              type: {{ .ServiceType | quote }}
            ---
      values: |-
        {
          "global": {
            "autoscalingv2API": true,
            "caAddress": "",
            "caName": "",
            "certSigners": [],
            "configCluster": false,
            "configValidation": true,
            "defaultPodDisruptionBudget": {
              "enabled": true
            },
            "defaultResources": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. security/pkg/pki/ca/ca.go

    	TTL time.Duration
    
    	// ForCA indicates whether the signed certificate if for CA.
    	// 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
    )
    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