certigo icon indicating copy to clipboard operation
certigo copied to clipboard

A utility to examine and validate certificates in a variety of formats

Results 38 certigo issues
Sort by recently updated
recently updated
newest added

Hello - I'd like to keep certigo updated with scoop.sh (similar to Homebrew but for Windows). Would it be possible to register certigo with Scoop so I could use scoop...

When i ran installation command "go install github.com/square/certigo" into my ubuntu terminal inside certigo directory ,it gives below errors. github.com/square/certigo/lib lib/ct.go:32:25: undefined: time.UnixMilli lib/ocsp.go:151:17: undefined: io.ReadAll There is no information...

Today, we dump all built trust chains. That could be improved in a few ways: * [ ] Don't print all of them out unless in --verbose * [ ]...

enhancement
Hacktoberfest

It would be nice if the `dump` command would also understand PEM-formatted certificate revocation lists (CRLs).

enhancement

Some certificate validation libraries will have problems if certificates appear more than once in a bundle; it would be great if certigo could detect when there were multiple copies of...

enhancement

We often store keys and certificates in PEM format in a single file. We should show a warning if the key does not match the cert.

enhancement

It would be nice if the `dump` command would also understand PEM-formatted certificate signing requests (CSRs) instead of just certificates.

enhancement

This fixes #223. Please be aware that this is currently using a modified version of the denisenkom/go-mssqldb package as explained in #223. Here's it working: ``` $ ./certigo connect --ca...