Saturday 23 March 2024

CURL send client cert for MTLS also postman

 postman:

https://learning.postman.com/docs/sending-requests/authorization/certificates/

setting is top right beside invite.

when set up Ca and certs, when matching domain APi is called, post man will send request

post man console is on bottom footer beside find and place



CURL:

https://smallstep.com/hello-mtls/doc/client/curl

$ curl --cert client.crt --key client.key --cacert ca.crt https://myserver.internal.net:443

No comments:

Post a Comment