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:
@@ -103,7 +103,7 @@ WWIPMI_USER="user"
|
||||
WWIPMI_PASSWORD="password"
|
||||
WWIPMI_WRITE="true"
|
||||
WWTLS=false
|
||||
WWSECUREPORT=9874
|
||||
WWTLSPORT=9874
|
||||
WWIPADDR=192.168.0.1
|
||||
`
|
||||
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user