The securityUtility configureFIPS command configures FIPS 140-3 for servers, clients, and tools.
Enable FIPS 140-3 across all servers, clients, and tools:
securityUtility configureFIPS
Run the command from the path_to_liberty/wlp/bin directory.
securityUtility configureFIPS [options]
| Option | Description |
|---|---|
--server=server_name |
Configures FIPS 140-3 at a specified server. |
--client=client_name |
Configures FIPS 140-3 at a specified client. |
--customProfileFile=name |
For IBM Semeru Runtime, creates a custom profile file with a specified name or at a specified location. The default name of the custom profile file is
|
--disable |
Disables FIPS 140-3 from all servers and clients that were not individually configured. Use the --server and --client options with the --disable option to disable FIPS 140-3 from specified servers and clients respectively. |
The following exit codes are available for the securityUtility configureFIPS command:
| Code | Explanation |
|---|---|
0 |
This code indicates successful completion of the requested operation. |
1 |
This code indicates a generic error. |
2 |
This code indicates that the server is not found. |
3 |
This code indicates that the client is not found. |
4 |
This code indicates that the path can not be created. |