.pem certificate in java HTTP GET call
I have a .pem certificate file. I want to make a GET HTTP call with that certificate in rest-template request. How to send .pem certificate in a request. That call will be executed by Lambda which is in VPC. I don’t know how exactly Keystore approach works.