Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>x509 parserNew to Visual Studio Code? Get it now.

x509 parser

Jose Luis Canovas

|
7,350 installs
| (1) | Free
Parse OpenSSL artifacts to human readable text
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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.6

  • Update dependencies
  • Change preview behaviour: use TextDocumentContentProvider instead of temporal files

0.0.5

  • Assume the editor contains a PEM encoded certificate when file does not contain a proper header and footer. Thanks to @bcarroll

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

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft