ankur-anand / cert-tool

A command line tool to generate different keypair and certificate in pure go(WIP).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cert-tool

A command line tool collection to generate different keypair and certificate for testing purpose in pure go.

Installation

go get -u github.com/ankur-anand/cert-tool

JWT RSA Key pair

Public Key is DER-encoded PKIX format.

 cert-tool -type rsa -for jwt

If public and private key needs to be base64 encoded

cert-tool -type rsa -for jwt -base64 true

About

A command line tool to generate different keypair and certificate in pure go(WIP).

License:Mozilla Public License 2.0


Languages

Language:Go 100.0%