Skip to content

Commit

Permalink
Add .CRT extension to Certificate Encoder / Decoder (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
veler authored Jul 23, 2023
1 parent 05f76fa commit 45886fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public class CertificateEncoderDecoderToolViewModel : ObservableRecipient, ITool
private readonly ImmutableHashSet<string> _allowedFileExtensions = new HashSet<string>()
{
".cer",
".crt",
".pfx",
".pem"
}.ToImmutableHashSet();
Expand Down

0 comments on commit 45886fe

Please sign in to comment.