***************************************************************************************************************************************
3.32.16	secureboot	: Redfish secure boot API.(Not support vertiv)

	usage		: java -jar GbtUtility-2.1.76.jar [options] redfish secureboot <info|actioninfo|enable|disable|resetkey> [ID] [args...]

	[ID]		: The system resource ID in Redfish systems collection (default will choose the first ID).

1.	<info>		: Show secure boot resource information.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish secureboot info [ID]
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish secureboot info Self
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish secureboot info
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish secureboot info

2.	<actioninfo>	: Show allowed values of reset keys.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish secureboot actioninfo [ID]
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish secureboot actioninfo Self
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish secureboot actioninfo
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish secureboot actioninfo

3.	<enable>	: Enable secure boot function.

	** After command is complete, please power reset to make the configuration work.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish secureboot enable [ID]
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish secureboot enable Self
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish secureboot enable
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish secureboot enable

4.	<disable>	: Disable secure boot function.

	** After command is complete, please power reset to make the configuration work.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish secureboot disable [ID]
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish secureboot disable Self
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish secureboot disable
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish secureboot disable

5.	<resetkey>	: Manage secure boot key.
	<action>	: Action of manage keys.

	** Please according to the result of <actioninfo> to set value. (case-sensitive)
	** After command is complete, please power reset to make the configuration work.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish secureboot resetkey [ID] <action>
	
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish secureboot resetkey Self DeletePK
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish secureboot resetkey DeleteAllKeys
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish secureboot resetkeys ResetAllKeysToDefault
***************************************************************************************************************************************