Querying and Setting the Update Interval of Master Keys (securityenhance -d masterkeyupdateinterval)
Function
The securityenhance -d masterkeyupdateinterval command is used to query or set the interval for updating the master keys in the system.
Format
ipmcget -t securityenhance -d masterkeyupdateinterval
ipmcset -t securityenhance -d masterkeyupdateinterval -v <interval>
Parameters
Parameter |
Description |
Value |
---|---|---|
interval |
Specifies the interval (in days) for automatically updating the master keys in the system. |
An integer from 0 to 365 The value 0 indicates that the master keys are not automatically updated. |
Usage Guidelines
None
Example
# Query the update interval of master keys.
iBMC:/->ipmcget -t securityenhance -d masterkeyupdateinterval
Master key update interval: 0
# Set the update interval of master keys to 365 days.
iBMC:/->ipmcset -t securityenhance -d masterkeyupdateinterval -v 365
WARNING: This operation enables the BMC to automatically update the master key when the update interval is reached.
Do you want to continue?[Y/N]y
Set master key automatic update interval successfully.