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...
Please, leave a new issue in my repository
Thank you
| |