Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 506 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 506 Bytes

xpki-tool

Installation

go install github.com/effective-security/xpki/cmd/xpki-tool

Usage

Usage: xpki-tool <command>

PKI tools

Flags:
  -h, --help    Show context-sensitive help.

Commands:
  csr-info         print CSR info
  ocsp-info        print OCSP info
  crl info         print CRL info
  crl fetch        fetch CRL
  cert info        print certificate info
  cert validate    validates certificate

Run "xpki-tool <command> --help" for more information on a command.