Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CITADEL_SELF_SIGNED_CA_RSA_KEY_SIZE (0.46 sec)

  1. pilot/pkg/bootstrap/istio_ca.go

    		"OIDC token issuer. If set, will be used to check the tokens.")
    
    	audience = env.Register("AUDIENCE", "",
    		"Expected audience in the tokens. ")
    
    	caRSAKeySize = env.Register("CITADEL_SELF_SIGNED_CA_RSA_KEY_SIZE", 2048,
    		"Specify the RSA key size to use for self-signed Istio CA certificates.")
    
    	// TODO: Likely to be removed and added to mesh config
    	externalCaType = env.Register("EXTERNAL_CA", "",
    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