2
0
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:
Jarrod Johnson
2025-04-08 10:40:07 -04:00
parent b3b852a9e1
commit 9cc3c96f6a

View File

@@ -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)