79430711

Date: 2025-02-11 16:43:46
Score: 1
Natty:
Report link

to use the windows version of curl I suggest first to create a pfx file:

  openssl pkcs12 -export -in client.crt -out client.pfx -key client.key

you will prompted for a password. use it in the curl command:

  curl --cacert ca.crt --cert client.pfx:password "https://myurl"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: tneiva