2

I have added my client certificates in postman by going to FILE > SETTINGS > CERTIFICATES > CLIENT CERTIFICATES SECTION.

Where do I add the server certificate, which I trust, for 2 way TLS?

There is a section above Client certificates called CA Certificates. Is this where the trusted certificate is to be added?

Thanks!

Sparsh Dutta
  • 2,450
  • 4
  • 27
  • 54

1 Answers1

0

Client certificate needs to go to Client Certificates. This will be your keystore.

Server certificate needs to go to CA Certificates. This will be your truststore.

See the docs here.

automatictester
  • 2,436
  • 1
  • 19
  • 34