Simplify and clarify configuration

- changed "secure port" to "tls port"
- removed the --create flag for "wwctl configure tls"; made it the default behavior
- fixed a TLS creation bug in "wwctl configure --all"
- added logging to "wwctl configure tls" and "wwctl configure --all" (for the tls case)

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-03-04 08:18:07 -07:00
parent 6ce3d33f50
commit a886b4958b
13 changed files with 65 additions and 55 deletions

View File

@@ -103,7 +103,7 @@ WWIPMI_USER="user"
WWIPMI_PASSWORD="password"
WWIPMI_WRITE="true"
WWTLS=false
WWSECUREPORT=9874
WWTLSPORT=9874
WWIPADDR=192.168.0.1
`

View File

@@ -12,5 +12,5 @@ WWIPMI_WRITE="{{$.Ipmi.Write.Bool}}"
WWIPMI_VLAN="{{$.Ipmi.Tags.vlan}}"
{{- end }}
WWTLS={{$.Warewulf.EnableTLS}}
WWSECUREPORT={{$.Warewulf.SecurePort}}
WWTLSPORT={{$.Warewulf.TlsPort}}
WWIPADDR={{$.Ipaddr}}