Tags: wrouesnel/makecerts
Tags
v2.0.0-beta0 Complete rewrite of the basic certificate generation logic and a refresh of the command line interface into a much more flexible system.
v0.5.0 * Add support for generating certificate signing requests * Add support for signing certificate requests * Default to not overwriting already generated CA certificates * Add a default prefix to the CA certificate * Fix filename handling of output certificates and keys * New Kong-driven CLI interface
v0.4 * Improve name formatting - by default the --name-prefix and --name-suffix parameters add a '.' between the certificate name and the prefix/suffix components. This yields nice usable names under most use-cases. * Add syntax for specifying certificate name manually. By specifying certificate_name=hostname,hostname2,ipaddress format names, the name before the '=' sign will override the default basename. This is most useful when generating client certificates which will share a commonName as an identifier, but you want multiple independent certs. The syntax works when reading from stdin as well. * Parallelize certificate generation. After making the CA (if a CA is made), the actual list of certificates is generated in parallel. Make sure you have a good entropy source.