Use SSL certificate in azure function app with nodejs
问题 I uploaded a .pfx certificate to my function app. How do I load this certificate so I can use it in my Nodejs code? If I put it in the project directory I am able to use it and it works fine but I would like to avoid to have it in the project. Thanks. 回答1: In Azure portal, you can follow the figures below to upload your private certificate .pfx file and next to do the SSL binding. Fig 1. Select your Function App and move to Platform features tab to click SSL button. Fig 2. Then, select