Skip to content

ankur-anand/cert-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages