Simple CLI tool to manipulate RSA keypairs, including X.509 certificates and certificate authority operation.
Go to file
Laurence Withers 5198b85df9 cmd/ca: copy CSR to audit dir when signing 2023-04-29 12:02:33 +01:00
cmd cmd/ca: copy CSR to audit dir when signing 2023-04-29 12:02:33 +01:00
pkg pkg/inspect: add YAML and JSON marshallers 2023-04-29 10:56:58 +01:00
.gitignore Initial commit of RSA CLI tool, still very much WIP 2023-03-01 21:30:16 +00:00
LICENSE Initial commit 2023-02-26 16:53:01 +00:00
README.md Initial commit 2023-02-26 16:53:01 +00:00
go.mod cmd/inspect: finish command implementation 2023-04-29 10:59:15 +01:00
go.sum cmd/inspect: finish command implementation 2023-04-29 10:59:15 +01:00
main.go Add derive subcommand 2023-04-29 11:58:40 +01:00

README.md

rsa

Simple CLI tool to manipulate RSA keypairs, including X.509 certificates and certificate authority operation.