Prerequisites
Steps to reproduce
Running this command $cert = New-SelfSignedCertificate -DnsName localhost -CertStoreLocation cert:\CurrentUser\My appears to crash the application. Powershell closes directly after running this command.
Expected behavior
I expect Powershell not to crash or close by running New-SelfSignedCertificate.
Actual behavior
Error details
Environment data
Name Value
---- -----
PSVersion 7.5.0
PSEdition Core
GitCommitId 7.5.0
OS Microsoft Windows 10.0.19045
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Visuals
No response
Prerequisites
Steps to reproduce
Running this command
$cert = New-SelfSignedCertificate -DnsName localhost -CertStoreLocation cert:\CurrentUser\Myappears to crash the application. Powershell closes directly after running this command.Expected behavior
I expect Powershell not to crash or close by running New-SelfSignedCertificate.Actual behavior
Powershell crashes.Error details
Cannot get any error.Environment data
Visuals
No response