Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Do
-
1.7.1
-
None
Description
The TLS Toolkit should be able to generate ECDSA keys to enable NiFi to support ECDSA cipher suites.
Currently, ECDSA keys can be manually generated using external tools and loaded into a keystore and truststore that are compatible with NiFi.
keytool -genkeypair -alias ec -keyalg EC -keysize 256 -sigalg SHA256withECDSA -validity 365 -storetype JKS -keystore ec-keystore.jks -storepass passwordpassword keytool -export -alias ec -keystore ec-keystore.jks -file ec-public.pem keytool -import -alias ec -file ec-public.pem -keystore ec-truststore.jks -storepass passwordpassword
Attachments
Issue Links
- depends upon
-
NIFI-1995 Support keystores with multiple certificates by exposing alias selection in configuration
- Open
- Is contained by
-
NIFI-5458 Improve NiFi TLS and certificate management
- Resolved
- is related to
-
NIFI-12200 Remove nifi-toolkit-tls module
- Resolved