mgit-at / cert-viewer

Admin tool to view and inspect multiple x509 Certificates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cert-viewer

Admin tool to view and inspect multiple x509 Certificates

Installation:

use either of those 2 options

Go:

$ go get github.com/mgit-at/cert-viewer

Bazel:

$ bazel build //:cert-viewer

Usage:

usage: cert-viewer [<flags>] <name>...

Flags:
  --help            Show context-sensitive help (also try --help-long and --help-man).
  --disablesysroot  disable system root certificates from being used
  --json            enable JSON output

Args:
  <name>  filename and/or directory paths

About

Admin tool to view and inspect multiple x509 Certificates

License:Apache License 2.0


Languages

Language:Go 87.1%Language:Starlark 7.2%Language:Nix 5.7%