Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MAX_WORKLOAD_CERT_TTL (0.33 sec)

  1. pilot/pkg/bootstrap/istio_ca.go

    		cmd.DefaultWorkloadCertTTL,
    		"The default TTL of issued workload certificates. Applied when the client sets a "+
    			"non-positive TTL in the CSR.")
    
    	maxWorkloadCertTTL = env.Register("MAX_WORKLOAD_CERT_TTL",
    		cmd.DefaultMaxWorkloadCertTTL,
    		"The max TTL of issued workload certificates.")
    
    	SelfSignedCACertTTL = env.Register("CITADEL_SELF_SIGNED_CA_CERT_TTL",
    		cmd.DefaultSelfSignedCACertTTL,
    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