8000 Tags · wrouesnel/makecerts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: wrouesnel/makecerts

Tags

v2.0.0-beta0

Toggle v2.0.0-beta0's commit message

Verified

This tag was signed with the committer’s verified signature.
wrouesnel Will Rouesnel
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.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
wrouesnel Will Rouesnel
v0.7.0

* Fix expiries when signing CSRs

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
wrouesnel Will Rouesnel
v0.6.0

* Support environment variable key generation
* Fix RSA key generation could not be accessed

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
wrouesnel Will Rouesnel
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

Toggle v0.4's commit message

Verified

This tag was signed with the committer’s verified signature.
wrouesnel Will Rouesnel
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.

v0.3

Toggle v0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
wrouesnel Will Rouesnel
v0.3

* Add support for reusing a CA certificate to issue new certs.

v0.2

Toggle v0.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v0.2

 * Switch to UnixNano() serial numbers.

v0.1

Toggle v0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
wrouesnel Will Rouesnel
v0.1

* Initial commit.
0