mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-cli/src/main/java/com/forgerock/opendj/cli/ConnectionFactoryProvider.java @@ -851,6 +851,10 @@ return new PromptingTrustManager(app, tm); } if (isFips) { return TrustManagers.checkUsingPkcs11TrustStore(); } return tm; }