mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-23 19:50:23 +00:00
Fetch fingerprint before credentials
Some implementations choose to close the certificate command after granting user/password. Make sure we get the certificate first.
This commit is contained in:
@@ -285,6 +285,7 @@ def store_redfish_cert(bmc):
|
||||
certout.write(peercert)
|
||||
|
||||
def main():
|
||||
get_redfish_fingerprint()
|
||||
bmcuser, bmcpass = get_redfish_creds()
|
||||
bmc = enable_host_interface()
|
||||
store_redfish_cert(bmc)
|
||||
|
Reference in New Issue
Block a user