Skip to content

Commit

Permalink
feat(certificate): add pkcs12
Browse files Browse the repository at this point in the history
  • Loading branch information
95gabor committed Oct 12, 2024
1 parent 9d7571a commit 6d0a1a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm-charts/k8s-mediaserver/templates/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ spec:
privateKey:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.general.certificate.keystores }}
keystores:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.general.certificate.usages }}
usages:
{{- toYaml . | nindent 4 }}
Expand Down
6 changes: 6 additions & 0 deletions helm-charts/k8s-mediaserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ general:
encoding: PKCS1
algorithm: RSA
size: 2048
keystores:
pkcs12:
create: true
passwordSecretRef:
key: password
name: cert-password
annotations: {}
usages: []

Expand Down

0 comments on commit 6d0a1a2

Please sign in to comment.