curl with certificate code example
Example 1: curl ignore certificate
$ curl -k ...
Example 2: curl certificate and password
curl --cert certificate_file.pem:password https://www.example.com/some_protected_page
Example 3: curl get url https
curl -k https://localhost:44344/xxxxx