How to Enable the FIPS in WebSphere Application Server?
Login to the web console (http[s]://[hostname]:port/ibm/console) and navigate to:
- Security > SSL certificate and key management.
- Go to Manage FIPS
- Select the check box to Use the United States Federal Information Processing Standard (FIPS 140-2) algorithms
- Click Apply.
- Save the configuration changes.
Next, set the environment variable to restrict the IBMJSSE2 provider to FIPS-compliant algorithms:
- Servers > Application servers, and choose your application server
- In the 'Configuration' tab, select the Server Infrastructure field
- Click on the Java and Process Management > Process Definition
- In the Additional Properties field, click Java Virtual Machine
- Inside the Generic JVM Arguments field add the value: -Dcom.ibm.jsse2.usefipsprovider=true
- Or, add the -Dcom.ibm.jsse2.usefipsprovider=true property to the jvm.options file
No comments:
Post a Comment