mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 13:58:48 +00:00

This allows the Redfish plugin to "just work" when there is no username or password in the SMBIOS data. Using KCS we can create an admin account from the host OS and then automatically enumerate devices.
18 lines
406 B
Plaintext
18 lines
406 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
|