-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
enhancementIdea of improvement of existing feature.Idea of improvement of existing feature.untriaged
Description
What improvement do you think would an existing feature or tool in DevToys?
The certificate decoder support .crt file extension, but only reads the first certificate
In CRT files, it it possible to store multiple certificate, not just one:
-----BEGIN CERTIFICATE-----
MIIF****qj38I==
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIF***AzLw==
-----END CERTIFICATE-----
It would be nice if the parser was parsing all of them, not just the first one
Thank you
Solution/Idea
a simple list of certificates in the output would be enough
[Subject]
CN=....
----------------------------
[Subject]
CN=....
----------------------------
[Subject]
CN=....
Comments
No response
Metadata
Metadata
Assignees
Labels
enhancementIdea of improvement of existing feature.Idea of improvement of existing feature.untriaged