configuring an existing http api request to https request, Where to add the SSL certificates?

Viewed 17

In my existing project of nodejs, I am calling a 3rd party api with http protocol. Now as an update requirement I have to change the protocol to https. The 3rd party team insists on sending SSL certificates with the https request.

Is it my job to configure the SSL certificates from my end or from there side, because in this case they are the backend.

0 Answers
Related