我要评分
获取效率
正确性
完整性
易理解

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.

  1. 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
    
  2. Open the JDK Security configuration file.
    1
    vi $JAVA_HOME/jre/lib/security/java.security
    
  3. Press i to enter the insert mode and add the Bouncy Castle content to the file:
    1
    security.provider.10=org.bouncycastle.jce.provider.BouncyCastleProvider
    
  4. Press Esc, type :wq!, and press Enter to save the file and exit.