-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Document macOS OID change #42391
Copy link
Copy link
Closed
Labels
DocsThis issue tracks updating documentationThis issue tracks updating documentationarea-commandlinetoolsIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIfeature-devcerts
Milestone
Metadata
Metadata
Assignees
Labels
DocsThis issue tracks updating documentationThis issue tracks updating documentationarea-commandlinetoolsIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIfeature-devcerts
Type
Fields
Give feedbackNo fields configured for issues without a type.
#42251 changes the OID used for the HTTPS dev cert on macOS (see #42251 (comment))
This means that the dev-certs tool in the .NET 7 SDK on macOS won't be able to create/trust certificates that pre-.NET 7 apps will be able to recognize.
After this change goes in, the .NET 7 dev-certs tool will show warnings that this is the case and point people to https://aka.ms/aspnetcore-macos-cert-change for more info.
We should create a docs page explaining this behavior and update that link to point to it.
cc: @DamianEdwards