hurl/integration/ssl/options.curl

5 lines
153 B
Plaintext

curl --insecure 'https://localhost:8001/hello'
curl --insecure 'https://localhost:8001/hello'
curl --cacert ssl/cert.pem 'https://localhost:8001/hello'