From ed6e62100249bf099ec8b90a8ad147532b40372b Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Tue, 8 Sep 2020 13:00:50 +0200 Subject: [CONTRIB] Adjust EJBCA to issue certificates usable by servers. Add configuration to EJBCA that allows to create keystores with extendedKeyUsage containing serverAuth. Issue-ID: AAF-1121 Signed-off-by: Remigiusz Janeczek Change-Id: I6fc1d228acb4edc089be11d66186cfb5006e9ad1 --- kubernetes/contrib/components/ejbca/templates/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kubernetes/contrib/components/ejbca/templates/deployment.yaml') diff --git a/kubernetes/contrib/components/ejbca/templates/deployment.yaml b/kubernetes/contrib/components/ejbca/templates/deployment.yaml index 1b1843476d..495b816bc5 100644 --- a/kubernetes/contrib/components/ejbca/templates/deployment.yaml +++ b/kubernetes/contrib/components/ejbca/templates/deployment.yaml @@ -51,6 +51,8 @@ spec: volumeMounts: - name: "{{ include "common.fullname" . }}-volume" mountPath: /opt/primekey/scripts/ + - name: "{{ include "common.fullname" . }}-profiles-volume" + mountPath: /opt/primekey/custom_profiles/ ports: {{ include "common.containerPorts" . | nindent 10 }} env: - name: INITIAL_ADMIN @@ -90,3 +92,7 @@ spec: name: "{{ include "common.fullname" . }}-config-script" defaultMode: 0755 name: "{{ include "common.fullname" . }}-volume" + - configMap: + name: "{{ include "common.fullname" . }}-profiles" + defaultMode: 0755 + name: "{{ include "common.fullname" . }}-profiles-volume" -- cgit 1.2.3-korg