Skip to content

Releases: Alonza0314/cert-go

v3.1.0

05 May 12:12
d1eafb5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

23 Apr 17:52
e512568
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v3.0.0

v2.3.2

02 Apr 16:52
2a68651
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

03 Jan 12:37
dc6be77
Compare
Choose a tag to compare

What's new?

  • Add cert, csr, and private key exists check. (i.e. if the target file exists, the generate function will return directly)
  • Replace logger as an outer package logger-go.

v2.3.0

17 Nov 17:19
Compare
Choose a tag to compare

Replace the command logger name from CMD to cert-go.

v2.2.0

17 Nov 16:46
Compare
Choose a tag to compare

Refactor the return type in signCertificate() function.

v2.1.0

15 Nov 14:06
Compare
Choose a tag to compare

Add these three entry in models.Certificate

  • DNSNames []string yaml:"dns_names"
  • IPAddresses []string yaml:"ip_addresses"
  • URIs []string yaml:"uris"

Also, update some according code part.

v2.0.0

14 Nov 16:52
Compare
Choose a tag to compare

Release the binary command executable file.
Fix some bugs.

Now, we can use the command line tool to create private-key / csr / cert.

But today I forgot to bring back my latte from my work place, it's not a good day.🙃

v1.2.0

14 Nov 07:29
Compare
Choose a tag to compare

Refactor the logger message.
Fix some bugs.

v1.1.0

14 Nov 06:48
Compare
Choose a tag to compare

Add the example on create private key, create csr and sign certificate.
Fix some bugs.