How to create jceks file in hadoop programmatically using java or python

717 Views Asked by At

I am trying to figure it out on how to create jceks file programmatically instead of below hadoop command.

hadoop credential create ssl.server.keystore.password -value 123 \
  -provider localjceks://file/home/lmccay/aws.jceks

I was able to find on how to decrypt it but no clue on how to create one

0

There are 0 best solutions below