Toby Schneider 5e8a648d63 Update README.md
2021-09-21 00:37:07 +02:00
2021-06-28 20:25:08 +02:00
2021-06-29 01:33:55 +02:00
2021-06-28 03:08:44 +02:00
2021-09-21 00:37:07 +02:00
2021-06-28 03:00:48 +02:00

Simple Certificate Authority

This is just a simplified CLI for OpenSSL to make it easier to issue self signed certificates.

./ca.py help

USAGE
  ca help
  ca <COMMAND> help
  ca <COMMAND> <SUBCOMMAND> help

COMMANDS
  init            Generate root key and root certificate
  key             Manage private keys
  request         Manage certificate requests
  certificate     Manage certificates

./ca.py certificate help

USAGE
  ca certificate help
  ca certificate <COMMAND> help

COMMANDS
  list            List all certificates
  get             Get certificate content
  create          Create a new certificate
  delete          Delete existing certificate
Description
This is just a simplified CLI for OpenSSL to make it easier to issue self signed certificates.
Readme 43 KiB
Languages
Python 100%