/x509-parser

VS Code Extension to parse x509 certificates

Primary LanguageTypeScript

x509-parser README

Simple x509 certificates parser to manage in a human readable way your project certificates.

Use Ctrl+Shift+P with:

  • Parse x509 certificate
  • Parse CSR
  • Parse EC Private Key

Known Issues

None

Release Notes

0.0.4

  • Updated potential security vulnerabilities in dependencies.
  • Parse Elliptic Curve private keys.
  • Create temporary files with the output of the command: no longer asks to save output.

If anyone can make VS Code open a virtual document without prompting to save it, please, comment on GitHub or make a pull request <3

0.0.3

Updated potential security vulnerabilities in dependencies.

0.0.2

Added CSR parsing.

0.0.1

First release. So much work to do...


Issues or comments

Please, leave a new issue in my repository

Thank you