Having issues in configuring mutual SSL using CA certificate in Postman.
Steps I did
- generated root certificate
- generated ca certificate signed using the root certificate
- generated server and client certificates, and signed using ca certificate
- deployed the server certificate in jboss and configured it in standalone.xml
I am able to test the restful api’s through java client
but
I am not able to test the same restful api’s through postman gui
I tried configuring the root and ca certificate in postman gui ->setting->certificates->ca certificate
but
it is not working.
please help.
Thank you in advance.