.PEM file creation for Model Service
After installing the application, for the model serve to work, if the server.pem file is not present then you must create it.
It must be created from server.keystore in the same path where the server.keystore file is present by using the following 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