Allow to configure spire-server CA key type
Resolves #18 Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -23,6 +23,7 @@ A Helm chart to install the SPIRE server.
|
||||
| autoscaling.minReplicas | int | `1` | |
|
||||
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
|
||||
| bundleConfigMap | string | `"spire-server"` | |
|
||||
| caKeyType | string | `"rsa-2048"` | 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) |
|
||||
| caTTL | string | `"24h"` | |
|
||||
| ca_subject.common_name | string | `"example.org"` | |
|
||||
| ca_subject.country | string | `"NL"` | |
|
||||
|
||||
Reference in New Issue
Block a user