File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/app-service/environment Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ The certificate will be available by all the apps in the same app service plan a
80
80
81
81
To perform testing, you can create a self signed certificate and generate a * .cer* file with the following PowerShell:
82
82
83
- $certificate = New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname "*.internal-contoso.com","*.scm.internal-contoso.com
83
+ $certificate = New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname "*.internal-contoso.com","*.scm.internal-contoso.com"
84
84
85
85
$certThumbprint = "cert:\localMachine\my\" + $certificate.Thumbprint
86
86
$password = ConvertTo-SecureString -String "CHANGETHISPASSWORD" -Force -AsPlainText
You can’t perform that action at this time.
0 commit comments