Hi everyone,
I want to make outgoing https request using node js. To make that happen, I need to import key and cert file.
In the Apigee Documentation, it says:
You can make outgoing requests with the tls module the same way you would normally in Node.js. Basically, you need to add client-side keys and certificates (.pem files) to the resources/node directory and load them inside your script.
My question is:
How can I upload my key and cert file to the *resources/node*directory?
Note: I build the nodejs script in the edge UI on top of existing api proxy, so using apigeetool may not an option if it can affect the existing proxy configuration.
Regards,
Yoga