Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ROOT_CA_DIR (0.12 sec)

  1. pilot/pkg/bootstrap/istio_ca.go

    var (
    	// LocalCertDir replaces the "cert-chain", "signing-cert" and "signing-key" flags in citadel - Istio installer is
    	// requires a secret named "cacerts" with specific files inside.
    	LocalCertDir = env.Register("ROOT_CA_DIR", "./etc/cacerts",
    		"Location of a local or mounted CA root")
    
    	useRemoteCerts = env.Register("USE_REMOTE_CERTS", false,
    		"Whether to try to load CA certs from config Kubernetes cluster. Used for external Istiod.")
    
    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