6.5 .PEM file creation for Model Service
You must create server.pem file from server.keystore in the same path where server.keystore file is present using the below command:
openssl pkcs12 -in <Path_To_server.keystore> -out
<Path_To_Server.pem> -nodes
For Example:
openssl pkcs12 -in
/scratch/users/ofsaa/dev_home/config/server.keystore -out
/scratch/users/ofsaa/dev_home/config/server.pem -nodes