Postman provides a way to view and set SSL certificates on a per domain basis -
To manage your client certificates, click the wrench icon on the right side of the header toolbar, choose "Settings", and select the Certificates tab.
To add a new client certificate, click the Add Certificate link.
In the Host field, enter the domain (without protocol) of the request URL for which you want to use the certificate. Port number is optional and default will be used if nothing passed.
Choose your client certificate file based on the format. Example - Select PFX format for PFX file.
If you used a passphrase while generating the client certificate, you’ll need to supply the passphrase in the Passphrase field. Otherwise, leave it blank.
Postman provides a way to view and set SSL certificates on a per domain basis -
To manage your client certificates, click the wrench icon on the right side of the header toolbar, choose "Settings", and select the Certificates tab.
To add a new client certificate, click the Add Certificate link.
In the Host field, enter the domain (without protocol) of the request URL for which you want to use the certificate. Port number is optional and default will be used if nothing passed.
Choose your client certificate file based on the format. Example - Select PFX format for PFX file.
If you used a passphrase while generating the client certificate, you’ll need to supply the passphrase in the Passphrase field. Otherwise, leave it blank.
Make sure SSL verification is ON in settings tab.