Skip to content

Commit 4bf838d

Browse files
Merge pull request #216999 from yutanglin16/patch-10
Adding info about web app restart
2 parents a29f273 + 1a8b1c2 commit 4bf838d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/app-service/configure-ssl-certificate-in-code.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ az webapp config appsettings set --name <app-name> --resource-group <resource-gr
4343

4444
To make all your certificates accessible, set the value to `*`.
4545

46+
> [!NOTE]
47+
> If your are using `*` for the App Setting, you will need to restart your web app after adding a new certificate to your web app to ensure that new certificate becomes accessible to your app.
48+
4649
## Load certificate in Windows apps
4750

4851
The `WEBSITE_LOAD_CERTIFICATES` app setting makes the specified certificates accessible to your Windows hosted app in the Windows certificate store, in [Current User\My](/windows-hardware/drivers/install/local-machine-and-current-user-certificate-stores).
@@ -181,4 +184,4 @@ To see how to load a TLS/SSL certificate from a file in Node.js, PHP, Python, Ja
181184
* [Enforce HTTPS](configure-ssl-bindings.md#enforce-https)
182185
* [Enforce TLS 1.1/1.2](configure-ssl-bindings.md#enforce-tls-versions)
183186
* [FAQ : App Service Certificates](./faq-configuration-and-management.yml)
184-
* [Environment variables and app settings reference](reference-app-settings.md)
187+
* [Environment variables and app settings reference](reference-app-settings.md)

0 commit comments

Comments
 (0)