Skip to main content

11 augustus 2026

Java

Crypto-agility configuration for Java is described below.

  • Location of the file for setting ciphers for Java:

    /usr/local/java/jdk8/jre/lib/security/java.security
    
  • The following lines in the above-mentioned file store information related to ciphers:

    jdk.tls.legacyAlgorithms= \
          K_NULL, C_NULL, M_NULL, \
          DHE_DSS_EXPORT, DHE_RSA_EXPORT, DH_anon_EXPORT, DH_DSS_EXPORT, \
          DH_RSA_EXPORT, RSA_EXPORT, \
          DH_anon, ECDH_anon, \
    
    
  • Post modification, restart tomcat service in the appliance by using the command:

    sudo service dtService restart
    

Was deze pagina nuttig?

Feedback geven over dit onderwerp

Was dit onderwerp nuttig?

Vermeld geen persoonlijke of vertrouwelijke informatie.

Link genereren…