hurl/integration/ssl/client_authentication.curl

3 lines
129 B
Plaintext
Raw Normal View History

curl --cacert ssl/server/cert.selfsigned.pem --cert ssl/client/cert.pem --key ssl/client/key.pem 'https://localhost:8003/hello'