Skip to content

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

License

Notifications You must be signed in to change notification settings

tsndr/simple-certificate-authority

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ab0dcc · Oct 26, 2021

History

9 Commits
Oct 26, 2021
Jun 28, 2021
Oct 26, 2021
Sep 20, 2021
Jun 28, 2021
Jun 28, 2021

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages