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
None
- Update dependencies
- Change preview behaviour: use TextDocumentContentProvider instead of temporal files
- Assume the editor contains a PEM encoded certificate when file does not contain a proper header and footer. Thanks to @bcarroll
- 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
Updated potential security vulnerabilities in dependencies.
Added CSR parsing.
First release. So much work to do...
Please, leave a new issue in my repository
Thank you