Introduction
In this blog, we are discussing the secured approach to storing & installing certificates to app services.
Usually during the SSL certificate renewal, we use to upload the PFX format certificate from a local machine instead of keeping the certificate in the local machine before we upload it to the site. It is good to upload the Azure key vault.
Step 1. Go to the key vault, click on certificates in the left navigation link, and click on the import certificate option.
Import the certificate with the name and password.
After successful upload, go to your app service, click on the certificates option in the left navigation bar, click on the add certificate button, and click on the import from key vault option from the dropdown.
In the next screen, select your key vault. After that, all the certificates will be loaded, add the appropriate certificate will go to the app service.
Summary
In this blog, we learn about how to keep certificates securely.