Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex committed Mar 1, 2018
1 parent 979e135 commit e2892b6
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#
# Run the script at an administrative PowerShell prompt.
#
# You will be prompted to trust a new certificate via a Windows dialog.
# Select Yes. Otherwise, Visual Studio won't be able to determine your
# process ID when the web app is launched.
# When prompted to trust a new certificate via a Windows dialog,
# select Yes. Otherwise, Visual Studio won't be able to determine
# the process ID when the web app is launched.
#
# THIS SCRIPT IS UNSUPPORTED BY MICROSOFT AND PROVIDED "AS IS"
# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED.
Expand Down Expand Up @@ -41,8 +41,8 @@ Remove-Item $certificatePath
Import-PfxCertificate -FilePath $pfxFilePath Cert:\LocalMachine\My -Password $pfxPassword -Exportable

# Add the certificate to the user root store, so trust is enabled.
# You will be prompted to trust a new certificate via a Windows dialog.
# Select Yes. Otherwise, Visual Studio won't be able to determine your
# When the prompt appears to trust a new certificate via a Windows dialog,
# select Yes. Otherwise, Visual Studio won't be able to determine the
# process ID when the web app is launched.
Import-Certificate -FilePath $cerFilePath -CertStoreLocation Cert:\CurrentUser\Root

Expand Down

0 comments on commit e2892b6

Please sign in to comment.