Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-7305

TLS Toolkit should generate client certificate keystore without escaped characters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Do
    • 1.11.4
    • None
    • Tools and Build

    Description

      The TLS Toolkit generates keystores by default which map to the DN provided, which contains characters which must be escaped when interacting with the files on the command-line. The DN should be transformed with a deterministic character mapping to avoid these characters.

      Generated filename: CN=alopresto OU=NiFi.p12
      To run a command: keytool -list -v -storetype PKCS12 -keystore CN\=alopresto\ OU\=NiFi.p12
      Suggested filename: CN_alopresto_OU_NiFi.p12
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              alopresto Andy LoPresto
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: