Remove SSL/FF bookmarks (#33240)
parent
aec40f6705
commit
2217531a36
|
@ -385,8 +385,6 @@ The following dialog is displayed:
|
|||
|
||||
Select **Yes** to acknowledge the risk and install the certificate.
|
||||
|
||||
For information on trusting the HTTPS development certificate for the Firefox browser, see <xref:security/enforcing-ssl#trust-the-https-certificate-with-firefox-to-prevent-sec_error_inadequate_key_usage-error>.
|
||||
|
||||
Visual Studio:
|
||||
|
||||
* Compiles and runs the app.
|
||||
|
@ -396,8 +394,6 @@ Visual Studio:
|
|||
|
||||
:::zone pivot="vsc"
|
||||
|
||||
For information on trusting the HTTPS development certificate for browsers other than Firefox, see the [HTTPS development certificate trust guidance](xref:security/enforcing-ssl#trust-the-aspnet-core-https-development-certificate-on-windows-and-macos). When using the Firefox browser, see the [certificate trust guidance for Firefox](xref:security/enforcing-ssl#trust-the-https-certificate-with-firefox-to-prevent-sec_error_inadequate_key_usage-error).
|
||||
|
||||
In VS Code, press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app without debugging.
|
||||
|
||||
At the **Select debugger** prompt in the **Command Palette** at the top of the VS Code UI, select **C#**. At the next prompt, select the HTTPS profile (`[https]`).
|
||||
|
@ -408,8 +404,6 @@ The default browser is launched at `https://localhost:{PORT}`, which displays th
|
|||
|
||||
:::zone pivot="cli"
|
||||
|
||||
For information on trusting the HTTPS development certificate for browsers other than Firefox, see the [HTTPS development certificate trust guidance](xref:security/enforcing-ssl#trust-the-aspnet-core-https-development-certificate-on-windows-and-macos). When using the Firefox browser, see the [certificate trust guidance for Firefox](xref:security/enforcing-ssl#trust-the-https-certificate-with-firefox-to-prevent-sec_error_inadequate_key_usage-error) section of that article.
|
||||
|
||||
In a command shell opened to the project's root folder, execute the [`dotnet watch`](/dotnet/core/tools/dotnet-watch) command to compile and start the app:
|
||||
|
||||
```dotnetcli
|
||||
|
|
Loading…
Reference in New Issue