Move TLS files from keys/ to tls/
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{- $crt := Include "keys/warewulf.crt" -}}
|
||||
{{- $crt := Include "tls/warewulf.crt" -}}
|
||||
{{- if eq $crt "" -}}
|
||||
{{ abort }}
|
||||
{{- else -}}
|
||||
Reference in New Issue
Block a user