Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some more documentation on docker part and also add the ps command variables #16859

Closed
machie27 opened this issue Feb 5, 2020 — with docs.microsoft.com · 1 comment

Comments

Copy link

@machie27 machie27 commented Feb 5, 2020 — with docs.microsoft.com

instead of linking to github for

docker

just show:
Export the HTTPS certificate into a PFX file using the dev-certs global tool
to $env:APPDATA/ASP.NET/Https/<appname>.pfx using a password of your choice (recommended password new-guid on powershell)

And for "Trust HTTPS certificate from Windows Subsystem for Linux"
Let users see if powershell or cmd is used. or specify cmd = dotnet dev-certs https -ep %USERPROFILE%\.aspnet\https\aspnetapp.pfx -p <cryptic-password>;
while ps variable is
dotnet dev-certs https -ep $env:APPDATA\.aspnet\https\aspnetapp.pfx -p <cryptic-password>


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@Rick-Anderson
Copy link
Contributor

@Rick-Anderson Rick-Anderson commented Mar 18, 2020

Moved to Enforce HTTPS Master issue #17356

Next sprint automation moved this from To do to Done Mar 18, 2020
@Rick-Anderson Rick-Anderson mentioned this issue Mar 18, 2020
0 of 6 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.