Uploaded image for project: 'Apache Knox'
  1. Apache Knox
  2. KNOX-162

Support Providing Your own SSL Certificate

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.3.0
    • 0.3.0
    • None
    • None

    Description

      For 0.3.0 we will support key passphrases that are the same as the keystore password.
      In order to generate your own selfsigned cert/keystore and credential store:

      Gateway identity keystore:
      keytool -genkey -keyalg RSA -alias gateway-identity -keystore gateway.jks -storepass

      {masterpassword} -validity 360 -keysize 2048

      Gateway credential store:
      keytool -genkey -alias credstore -keystore __gateway-credentials.jceks -storepass {masterpassword}

      -validity 360 -keysize 1024 -storetype JCEKS

      Place these files in the

      {GATEWAY_HOME}

      /conf/security/keystores directory prior to server startup.

      NOTE: that the same masterpassword is being used for each store.

      Attachments

        Activity

          People

            lmccay Larry McCay
            lmccay Larry McCay
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: