I use RACADM to configure quite a few servers using BAT scripts. Is there anyway to supress the "Security Alert" message without actually using CERTIFICATES? (I really should use CERTS but don't want to manage 100xs of them!)
Example command:
racadm config -g cfgLanNetworking -o cfgNicIpAddress 172.21.1.10
Output:
Security Alert: Certificate is invalid - Certificate is not signed by Trusted Third Party
Continuing execution. Use -S option for racadm to stop execution on certificate-related errors.
Object value modified successfully
The command works - but I just want to get rid of the warning in bold.