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
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user