Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Using certificates with RestMan #26

Open
xenoid opened this issue Sep 3, 2018 · 4 comments
Open

Feature request: Using certificates with RestMan #26

xenoid opened this issue Sep 3, 2018 · 4 comments

Comments

@xenoid
Copy link

xenoid commented Sep 3, 2018

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

@xenoid xenoid changed the title Using certificates with RestMan Feature request: Using certificates with RestMan Sep 3, 2018
@jsargiot
Copy link
Owner

jsargiot commented Sep 3, 2018

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?

@xenoid
Copy link
Author

xenoid commented Sep 4, 2018

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.

@jsargiot
Copy link
Owner

jsargiot commented Sep 4, 2018

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 :)

@xenoid
Copy link
Author

xenoid commented Sep 5, 2018

I made some UI changes. #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants