fwupd/plugins/redfish/redfish.conf
Richard Hughes 5aefc520b6 redfish: Poll less frequently during cleanup
The BMC can take more than 30 minutes to start (!) if lots of devices
are installed.
2022-05-09 11:00:18 +01:00

21 lines
484 B
Plaintext

[redfish]
# The URI to the Redfish service in the format <scheme>://<ip>:<port>
# ex: https://192.168.0.133:443
#Uri=
# The username and password to the Redfish service
#Username=
#Password=
# Whether to verify the server certificate or not
# Expected value: TRUE or FALSE
# Default: FALSE
#CACheck=
# Do not use IPMI KCS to create an initial user account if no SMBIOS data
IpmiDisableCreateUser=False
# Amount of time in seconds to wait for a BMC restart
BmcRestartTimeout=1800