Skip to content

Commit 018423a

Browse files
committed
changed the readme for New-AzureRmWebAppSSLBinding. Calling it with the -CertificatePassword after the cert is already uploaded to Azure causes an AmbiguousParameterSet exception
1 parent e3810d4 commit 018423a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Websites/Commands.Websites/help/New-AzureRmWebAppSSLBinding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you upload a new certificate, keep in mind the following requirements for an
6161

6262
### Example 1: Bind a certificate to a Web App
6363
```
64-
PS C:\>New-AzureRmWebAppSSLBinding -ResourceGroupName "ContosoResourceGroup" -WebAppName "ContosoWebApp" -Thumbprint "E3A38EBA60CAA1C162785A2E1C44A15AD450199C3" -Name "www.contoso.com" -CertificatePassword "p@ssw0rd"
64+
PS C:\>New-AzureRmWebAppSSLBinding -ResourceGroupName "ContosoResourceGroup" -WebAppName "ContosoWebApp" -Thumbprint "E3A38EBA60CAA1C162785A2E1C44A15AD450199C3" -Name "www.contoso.com"
6565
```
6666

6767
This command binds an existing Azure certificate (a certificate with the Thumbprint E3A38EBA60CAA1C162785A2E1C44A15AD450199C3) to the web app named ContosoWebApp.

0 commit comments

Comments
 (0)