Skip to content

Releases: kairoaraujo/goca

v2.0.0

02 Dec 18:27
57c8b8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v2.0.0

v1.2.0

27 Sep 16:34
e887bda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.2.0

v1.1.3

17 Feb 12:49
3defbda
Compare
Choose a tag to compare
  • Fixes the warning when tried to issue a certificate.
    [GIN-debug] [WARNING] Headers were already written. Wanted to override status code 400 with 200

v1.1.2

11 Jan 15:16
Compare
Choose a tag to compare
  • Documentation update only.

    • This release was mandatory to have a new Docker version on Docker Hub

v1.1.1

10 Jan 11:58
Compare
Choose a tag to compare
  • README.md updated
  • Releasing Docker images in Docker Hub

v1.1.0

10 Jan 11:08
Compare
Choose a tag to compare
  • Added HTTP REST API
  • Available Docker Image

v1.0.3

30 Dec 10:51
3d99a7e
Compare
Choose a tag to compare
  • Fixed #3 (CRL is empty when loaded a CA)

v1.0.2

29 Dec 17:56
26efa02
Compare
Choose a tag to compare
  • Added small functionality to list all existent Certificate Authorities

v1.0.1

28 Dec 19:12
eec98f3
Compare
Choose a tag to compare
  • Added the possibility to use *CA.GetCRL() and *CA.GoCRL() that was missing.
  • Small improvement in the lint for *CA.IsIntermediate()

v1.0.0

28 Dec 14:04
Compare
Choose a tag to compare

First version

GoCA is a Golang package to manage Certificate Authority (CA).
The available features are:

  • Create self-signed Root Certificate Authority
  • Create Intermediate Certificate Authority
  • Manage multiple Certificate Authorities

Specific Certificate Authority features:

  • Sign a CSR (Certificate Signing Request)
  • Issue a Certificate
  • Revoke a Certificate