mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Yuriy Movchan
29.57.2022 a9bbf17ba3b41d3940efaeb98caf4da2ef344f23
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;
    }