Allow to configure spire-server CA key type

Resolves #18

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-03-07 22:07:54 +01:00
parent eb186ca346
commit 3b7b3564da
3 changed files with 4 additions and 2 deletions
@@ -15,8 +15,7 @@ data:
jwt_issuer = {{ .Values.jwtIssuer | quote }}
# AWS requires the use of RSA. EC cryptography is not supported
ca_key_type = "rsa-2048"
ca_key_type = {{ .Values.caKeyType | quote }}
ca_ttl = {{ .Values.caTTL | quote }}
default_x509_svid_ttl = {{ .Values.defaultX509SvidTTL | quote }}