I'm trying to invoke a rest API with SpringBoot RestTemplate. It was given to me the API address, and from the browser I could export the .cer file.
However, I've read some about what should I do, and It's been confusing.
Some can give me a snippet or insight about this. The ApI is exposed securely. I should use this certificate to invoke the API securely. Do I have to generate pks file from .cer file?
Thanks in advance.