Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paultag/certdump
https://github.com/paultag/certdump
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paultag/certdump
- Owner: paultag
- License: mit
- Created: 2019-03-12T03:26:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T16:32:48.000Z (over 4 years ago)
- Last Synced: 2024-10-14T19:21:24.676Z (3 months ago)
- Language: Go
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
certdump
========This is a very simple (maybe overly so!) x.509 Certificate reader.
`certdump` contains U.S. Government PIV Certificate support through the
`pault.ag/go/piv` library, and will extract a few PIV specific fields
out of the x.509 Certificate.This is intended to replace basically all usage where you wind up running
something like `openssl x509 -in something.crt -inform der|pem -noout -text`.Additionally, this contains a `json` output format, helpful when quickly
scripting something over a large number of Certificates.