Password Manager Pro to Run in FIPS 140-2 Problem
I follow the guide and try to install pmp in FIPS 140-2
http://www.manageengine.com/products/passwordmanagerpro/configuring-fips-mode-password-manager.pdf
I work successfully until step 8,
=====================
<PMP-InstallationFolder>/bin/ChangeDB.bat. To do this, open the file and look for the
entry
Replace the above line with the following entries:
-Dswing.aatext=true -Djavax.net.ssl.keyStoreType="PKCS11" -
Djavax.net.ssl.keyStoreProvider=SunPKCS11-NSSFIPS -
Djavax.net.ssl.keyStore=NONE -
Djavax.net.ssl.keyStorePassword=passtrix
Now use <PMP-Installation-Folder>/ChangeDB.bat to create a new
database in SQL Server
=========================================
I edited
ChangeDB.bat a
nd run it according to the guideline.
However, there is an error when i pressed the save button after editing the
ChangeDB.bat.
Any ideas with this problem?
Thanks.