1

In PHP, I use CURL to send a .PEM formatted certificate to a remote host. For example:

curl_setopt($curl, CURLOPT_SSLCERT, '/path/to/file.pem');

How can I do this in Java?

Keith Palmer Jr.
  • 27,666
  • 16
  • 68
  • 105

0 Answers0