Skip to content

Commit 9feada4

Browse files
Update web-app-routing.md
1 parent 278949a commit 9feada4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/web-app-routing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ The Web Application Routing add-on deploys the following components:
7474
7575
### Import certificate into Azure Key Vault
7676
77-
- Import the SSL certificate into Azure Key Vault using the [`az keyvault certificate import`][az-keyvault-certificate-import] command.
77+
- Import the SSL certificate into Azure Key Vault using the [`az keyvault certificate import`][az-keyvault-certificate-import] command. If your certificate is password protected, you can pass the password through the `--password` flag.
7878
7979
```azurecli-interactive
80-
az keyvault certificate import --vault-name <KeyVaultName> -n <KeyVaultCertificateName> -f aks-ingress-tls.pfx
80+
az keyvault certificate import --vault-name <KeyVaultName> -n <KeyVaultCertificateName> -f aks-ingress-tls.pfx [--password <certificate password if specified>]
8181
```
8282
8383
### Create an Azure DNS zone

0 commit comments

Comments
 (0)