n3wt0n / AzureWebAppSSLManager

Acquires and manages free SSL certificates for Azure Web App and Azure Functions applications.
MIT License
76 stars 29 forks source link

Where do I locate the certificate? #44

Open omarmallat opened 2 years ago

omarmallat commented 2 years ago

for testing, I just deployed it to a new resource group, so I got a new function app, storage, app service plan..., and the function is running successfully without any errors. after the function run for the first time, I found only the file accountkey.pem in the storage, in the certificates container. But where do I locate the main certificate file...

Did I miss anything?