We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34df98 commit c085e17Copy full SHA for c085e17
src/Tools/dotnet-dev-certs/src/Program.cs
@@ -39,8 +39,8 @@ internal class Program
39
'dotnet dev-certs https --clean --import ./certificate.pfx -p password'
40
'dotnet dev-certs https --check --trust'
41
'dotnet dev-certs https -ep ./certificate.pfx -p password --trust'
42
-'dotnet dev-certs https -ep ./certificate.crt --trust --key-format Pem'
43
-'dotnet dev-certs https -ep ./certificate.crt -p password --trust --key-format Pem'";
+'dotnet dev-certs https -ep ./certificate.crt --trust --format Pem'
+'dotnet dev-certs https -ep ./certificate.crt -p password --trust --format Pem'";
44
45
public static readonly TimeSpan HttpsCertificateValidity = TimeSpan.FromDays(365);
46
0 commit comments