jsargiot/restman

Feature request: Using certificates with RestMan

Opened this issue · 4 comments

Is there a way to use certificates in requests just like with curl --cert certificatefile.pem?
This might be useful for certain applications.

Let me see if I get this right, what you want is something like this: https://www.getpostman.com/docs/v6/postman/sending_api_requests/certificates, right?

something like this

Yes, this is basically it I think.

For some applications I need to authenticate my request with a client certificate.
In cURL I would do this like so: curl --cert cert.pem --key key.pem -XGET 'server.com'

Now for example when sending requests in Postman with a client certificate configured, it should essentially do the same thing.

I can't promise anything right now (a bit short on time lately) but that would be very useful...

If you want to give it a try PRs are very welcome :)

I made some UI changes. #27