SV-258917r961029_rule
V-258917
SRG-APP-000172
VCSA-80-000077
CAT I
10
From the vSphere Web Client go to Developer Center >> API Explorer.
From the "Select API" drop-down menu, select appliance.
Expand system/security/global_fips >> PUT.
In the response body under "Try it out" paste the following:
{
"enabled": true
}
Click "Execute".
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
$spec = Initialize-SystemSecurityGlobalFipsUpdateSpec -Enabled $true; Invoke-SetSystemGlobalFips -SystemSecurityGlobalFipsUpdateSpec $spec
Note: The vCenter server reboots after FIPS is enabled or disabled.
From the vSphere Web Client, go to Developer Center >> API Explorer.
From the "Select API" drop-down menu, select appliance.
Expand system/security/global_fips >> GET.
Click "Execute" and then "Copy Response" to view the results.
Example response:
{
"enabled": true
}
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Invoke-GetSystemGlobalFips
If global FIPS mode is not enabled, this is a finding.
V-258917
False
VCSA-80-000077
From the vSphere Web Client, go to Developer Center >> API Explorer.
From the "Select API" drop-down menu, select appliance.
Expand system/security/global_fips >> GET.
Click "Execute" and then "Copy Response" to view the results.
Example response:
{
"enabled": true
}
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Invoke-GetSystemGlobalFips
If global FIPS mode is not enabled, this is a finding.
M
5573