-
Edit the Java security configuration file
java.securitylocated in the following directory:<JDK_Installation_directory>/Conf/Security. -
For Java 11, update the
java.securityfile to use Utimaco security provider as mentioned below.
|
›_ sample content from java.security |
|---|
|
For Windows, update security.provider.12=SunPKCS11 /etc/utimaco/pkcs11.cfg to security.provider.12=SunPKCS11 C:/ProgramData/Utimaco/PKCS11_R3/pkcs11.cfg.
Note that the directory markers are forward slashes, as this will be interpreted by Java, not by Windows.