Skip to content

Certificate decoder - support bundles of certificates #1553

@tomap

Description

@tomap

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

No one assigned

    Labels

    enhancementIdea of improvement of existing feature.untriaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions