I am trying to setup secure nifi on https for that exported certificate from aws acm and following below document to get pkc12, keystore.jks and trustore.jks format.
When I run a below command it asked for the password provided the password that I set at the time of exporting the file but still say unable to load private key.
[vagrant@vagrant nifi-toolkit-1.11.4]$ openssl pkcs12 -export -out keystore.p12 -in private-key.txt unable to load private key
Someone suggest how to use aws certificate in nifi.