Installing Dependencies
When installing OmniShield in local mode, install the Bouncy Castle JAR package on the management node and all compute nodes and place the package in the JDK dependency directory.
- Obtain the Bouncy Castle JAR package from Table 2, upload it to the /home directory, and copy it to the JDK dependency directory.
1 2
cd /home mv bcprov-ext-jdk15on-1.64.jar $JAVA_HOME/jre/lib/ext
- Open the JDK Security configuration file.
1vi $JAVA_HOME/jre/lib/security/java.security
- Press i to enter the insert mode and add the Bouncy Castle content to the file:
1security.provider.10=org.bouncycastle.jce.provider.BouncyCastleProvider
- Press Esc, type :wq!, and press Enter to save the file and exit.
Parent topic: Installing the Feature