Skip to content

qbit/microca

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microca

Is a fork of minica with added features and security enhancements.

Enhancements from minica

  • Ability to produce ED25519/ECDSA keys.
  • ECDSA keys by default (P256).
  • RSA key size now defaults to 4096 and a size can be specified with -rsa-bits.
  • Ability to set root certificate common name.
  • Ability to show expiration for certificates in the $CWD.

Installation

go get suah.dev/microca

Example usage

# Generate a root key and cert in micro-key.pem, and micro.pem, then
# generate and sign an end-entity key and cert, storing them in ./foo.com/
$ microca -domains foo.com

About

microca is a small, simple Certificate Authority tool.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 90.3%
  • Nix 9.7%