dotnet dev-certs
should be able to export to a pfx without a password
#48482
Labels
Area-AspNetCore
RazorSDK, BlazorWebAssemblySDK, dotnet-watch
untriaged
Request triage from a team member
Is your feature request related to a problem? Please describe.
You can export to .pem/.key files with
--no-password
but this fails for a PFX file. PFX files can be generated without a password so there's no reason not to allow this.Describe the solution you'd like
PFX export should be the same as PEM.
The text was updated successfully, but these errors were encountered: