mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-22 17:55:42 +00:00

Since the Redfish service may use a self-signed certificate without specifying the hostname, we could have the problem to verify such certificate. A new option, CACheck, is introduced so that the user can decide whether to ignore the CA verification or not. Signed-off-by: Gary Lin <glin@suse.com>
15 lines
302 B
Plaintext
15 lines
302 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: TRUE
|
|
#CACheck=
|