Skip to content

Releases: wrouesnel/makecerts

v0.7.0

04 Oct 05:47
v0.7.0
a572090
Compare
Choose a tag to compare
* Fix expiries when signing CSRs

v0.4

14 Jun 17:14
v0.4
Compare
Choose a tag to compare
* 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.

v0.3

13 Jun 09:29
v0.3
Compare
Choose a tag to compare
* Add support for reusing a CA certificate to issue new certs.

v0.2

10 May 23:58
Compare
Choose a tag to compare
 * Switch to UnixNano() serial numbers.

v0.1

18 Mar 16:55
v0.1
Compare
Choose a tag to compare
* Initial commit.