Uploaded image for project: 'Directory Studio'
  1. Directory Studio
  2. DIRSTUDIO-1190

Keystore change from JKS to PKCS12

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-M14
    • None
    • None

    Description

      Until Java 8 the default key store was JKS, since Java 9 the default is PKCS12.

      In the studio code when we use key stores there is a mix of

      • KeyStore.getInstance( KeyStore.getDefaultType() );
      • KeyStore.getInstance( "JKS" );
      • KeyStore.getInstance( "JCEKS" )

      This needs to be cleaned up.

      There is also the question if an automatic migration from existing JKS stores in existing installations .to PKCS12 is possible

      Workaround is to change default keystore to JKS (property keystore.type in $JAVA_HOME/conf/security/java.security)

       Reference: http://openjdk.java.net/jeps/229

      Attachments

        Issue Links

          Activity

            People

              seelmann Stefan Seelmann
              seelmann Stefan Seelmann
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: