I am trying to automate a gRPC service call using Karate-Grpc client as illustrated in https://github.com/pecker-io/karate-grpc. Our service call uses a .pem certificate. How to configure this certificate in .feature file? I have gone through some of the examples which are using the below syntax.Do i need to convert the .pem to .jks?
Background: * configure ssl = { keyStore: 'util/certificate/abc.xyz.net.jks', keyStorePassword: 'keystorepassword'}
Regards Debayan