pki

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2019 License: MIT

README

golang pki library + command line tool

  • simple usage
  • support for ECDSA and RSA keys
  • reusable golang library

Usage

➜ go get github.com/trusch/pki/cmd/pkitool
➜ pkitool init
➜ pkitool issue server my-server
➜ pkitool issue client my-client
➜ pkitool issue ca my-ca
➜ tree
.
└── pki
    ├── ca.crt
    ├── ca.key
    ├── my-client.crt
    ├── my-client.key
    ├── my-server.crt
    ├── my-server.key
    ├── my-ca.crt
    ├── my-ca.key
    └── serial

1 directory, 7 files

Todo

  • CRL management

Directories

Path Synopsis
cmd
pkg
pki

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL