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
@@ -178,6 +178,8 @@ extraContainers: []
initContainers: []
# -- The CA key type to use, possible values are rsa-2048, rsa-4096, ec-p256, ec-p384 (AWS requires the use of RSA. EC cryptography is not supported)
caKeyType: rsa-2048
caTTL: 24h
defaultX509SvidTTL: 4h
defaultJwtSvidTTL: 1h