Java TLS Certification
Budget: ₹600 – ₹1,500 INR
I have curl command like below
curl --key Client.key --cert Client.pem https://filetransfer.werfonpoconline.net/petstore/pets
I need same operation in java code
curl --key Client.key --cert Client.pem https://filetransfer.werfonpoconline.net/petstore/pets
I need same operation in java code