how to create new private key and public key for encrypting and creating the final image.hs file. I have creatd two keys but when used to rutn the python script for generating .hs file, it is showing error ( private key is not found in public key). The command I have used is- openssl genrsa -out key.pri1 2048 and openssl rsa -in key.pri -pubout -out key.pub . With the keys generated through this command I am not able to generate an encrypted .hs final binary file for flashing to the secure device. If there are any possible other ways to generate the keys.