Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Do
-
1.11.4
-
None
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
- is related to
-
NIFI-12200 Remove nifi-toolkit-tls module
- Resolved