Hi All,
I am facing one ussue during my migration from 1.8 to 1.11.4
My 1.8 env has jks key password is "xyz"
The newly created 1.11.4 has jks password "abc".
The encripyion key used in the bootstrap file is same for both the env.
I have modified the pasaword of the 1.11.4 env's jks file using keytool to
"xyz".
However when i am changing its values("xyz") in nifi.properties &
authoriser.xml in 1.11.4 env.I am getting below error.
Error in creating authoriser bean ,
IlligalArgumentException can't decrypt a ciphertext less than 17 characters
.
When i am copying the encripted values for jks password from 1.8 env's
nifi.properties and replacing directly in nifi.properties& authoriser.xml
of 1.11.4 env , as the encription key is same in both, then getting.
java.security.UnrecoverableKeyException: Get Key failed: Given final
block not properly padded. Such issues can arise if a bad key is used
during decryption.
Could you please help me how can i use my old jks password here.
Thanks in advance.
Sanjeet