Add warewulf.crt to wwinit overlay

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-02-17 13:35:22 -07:00
parent 0eaaf66883
commit 226d81647b

View File

@@ -0,0 +1,6 @@
{{- $crt := Include "keys/warewulf.crt" -}}
{{- if eq $crt "" -}}
{{ abort }}
{{- else -}}
{{ $crt }}
{{- end -}}