You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/configure-ssl-app-service-certificate.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ Because an App Service certificate is a [Key Vault secret](/azure/key-vault/gene
175
175
176
176
#### [Azure CLI](#tab/cli)
177
177
178
-
Run the following commands in [Azure Cloud Shell](https://shell.azure.com), or run them locally if you [installed Azure CLI](/cli/azure/install-azure-cli). Replace the placeholders with the names that you used when you [bought the App Service certificate](#start-certificate-purchase).
178
+
Run the following commands in [Azure Cloud Shell](https://shell.azure.com), or run them locally if you have [installed Azure CLI](/cli/azure/install-azure-cli). Replace the placeholders with the names that you used when you [bought the App Service certificate](#start-certificate-purchase).
179
179
180
180
```azurecli-interactive
181
181
secretname=$(az resource show \
@@ -209,37 +209,37 @@ The downloaded PFX file is a raw PKCS12 file that contains both the public and p
209
209
210
210
## Delete an App Service certificate
211
211
212
-
If you delete an App Service certificate, the delete operation is irreversible and final. The result is a revoked certificate, and any binding in App Service that uses this certificate becomes invalid.
212
+
If you delete an App Service certificate, the delete operation is irreversible and final. The result is a revoked certificate, and any binding in App Service that uses the certificate becomes invalid.
213
213
214
214
1. On the [App Service Certificates page](https://portal.azure.com/#blade/HubsExtension/Resources/resourceType/Microsoft.CertificateRegistration%2FcertificateOrders), select the certificate.
215
215
216
216
1. From the left menu, select **Overview** > **Delete**.
217
217
218
-
1. When the confirmation box opens, enter the certificate name, and select **OK**.
218
+
1. When the confirmation box opens, enter the certificate name, and then select **OK**.
219
219
220
220
## Frequently asked questions
221
221
222
222
#### My App Service certificate doesn't have any value in Key Vault
223
223
224
-
Your App Service certificate is most likely still not yet domain-verified. Until [domain ownership is confirmed](#confirm-domain-ownership), your App Service certificate isn't ready for use. As a key vault secret, it maintains an `Initialize` tag, and its value and content-type remain empty. When domain ownership is confirmed, the key vault secret shows a value and a content-type, and the tag changes to `Ready`.
224
+
Your App Service certificate is probably not yet domain-verified. Until [domain ownership is confirmed](#confirm-domain-ownership), your App Service certificate isn't ready for use. As a Key Vault secret, it maintains an `Initialize` tag, and its value and content-type remain empty. When domain ownership is confirmed, the key vault secret shows a value and a content-type, and the tag changes to `Ready`.
225
225
226
226
#### I can't export my App Service certificate with PowerShell
227
227
228
-
Your App Service certificate is most likely still not yet domain-verified. Until [domain ownership is confirmed](#confirm-domain-ownership), your App Service certificate isn't ready for use.
228
+
Your App Service certificate is probably not yet domain-verified. Until [domain ownership is confirmed](#confirm-domain-ownership), your App Service certificate isn't ready for use.
229
229
230
-
#### What changes does the App Service certificate creation process make to my existing Key Vault?
230
+
#### What changes does the App Service certificate creation process make to my existing key vault?
- Creates a [delete lock](../azure-resource-manager/management/lock-resources.md)on the vault called:`AppServiceCertificateLock` to prevent accidental deletion of the key vault.
237
+
- Creates a [delete lock](../azure-resource-manager/management/lock-resources.md) called `AppServiceCertificateLock` on the vault to prevent accidental deletion of the key vault.
238
238
239
-
## More resources
239
+
## Related content
240
240
241
241
*[Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md)
0 commit comments