hurl/integration/ssl/client_authentication.curl
2023-01-11 15:44:04 +01:00

3 lines
129 B
Plaintext

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