Skip to content

Commit 45886fe

Browse files
authored
Add .CRT extension to Certificate Encoder / Decoder (#887)
1 parent 05f76fa commit 45886fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dev/impl/DevToys/ViewModels/Tools/EncodersDecoders/CertificateEncoderDecoder/CertificateEncoderDecoderToolViewModel.cs

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public class CertificateEncoderDecoderToolViewModel : ObservableRecipient, ITool
3232
private readonly ImmutableHashSet<string> _allowedFileExtensions = new HashSet<string>()
3333
{
3434
".cer",
35+
".crt",
3536
".pfx",
3637
".pem"
3738
}.ToImmutableHashSet();

0 commit comments

Comments
 (0)