https://github.com/xinsnake/rootca-auditor
I am trying to build an auditor for system root certificates.
https://github.com/xinsnake/rootca-auditor
Last synced: 4 months ago
JSON representation
I am trying to build an auditor for system root certificates.
- Host: GitHub
- URL: https://github.com/xinsnake/rootca-auditor
- Owner: xinsnake
- License: mit
- Created: 2016-03-28T06:43:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T06:06:33.000Z (almost 9 years ago)
- Last Synced: 2025-01-01T14:26:57.508Z (6 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RootCA Auditor
I am trying to build an auditor for system root certificates. This project
is just started, so bugs and problems are expected.PRs are welcomed.
## Work in progress
Working platform
* OS X El Capitan ([from Apple](https://support.apple.com/en-au/HT205204))## Installation and Usage
As this project is just few days old, currently there's no binary available.
Please clone the source code and build it on your machine yourself.*Usage*
* compile `go build -o main *.go`
* run `./main`*Sample Output*
```
REMOTE NOT EXIST: Developer ID Certification Authority, 187AA9A8C296210C
REMOTE NOT EXIST: OISTE WISeKey Global Root GB CA, 76B1205274F0858746B3F8231AF6C2C0
```## License
MIT License