Releases: kairoaraujo/goca
Releases · kairoaraujo/goca
v2.0.0
What's Changed
- Add support to multi tags by @kairoaraujo in #27
- Release support to 1.21.x by @kairoaraujo in #28
Full Changelog: v1.2.0...v2.0.0
v1.2.0
What's Changed
- Bump Go lang version to 1.17 by @kairoaraujo in #13
- Issue 11 Use filepath.Join to avoid hardcoded path separators by @jacobalberty in #16
- tighten local file permissions on private keys by @necheffa in #18
- fix issue8, segmentation fault when signing intermediate CA by @necheffa in #19
- Support different ports in rest-api by @kebugcheckex in #22
- [redo] Attempt to fix intermediate CA issue #21 by @kebugcheckex in #25
New Contributors
- @jacobalberty made their first contribution in #16
- @kebugcheckex made their first contribution in #22
Full Changelog: v1.1.3...v1.2.0
v1.1.3
- 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
-
Documentation update only.
- This release was mandatory to have a new Docker version on Docker Hub
v1.1.1
- README.md updated
- Releasing Docker images in Docker Hub
v1.1.0
- Added HTTP REST API
- Available Docker Image
v1.0.3
v1.0.2
- Added small functionality to list all existent Certificate Authorities
v1.0.1
- Added the possibility to use *CA.GetCRL() and *CA.GoCRL() that was missing.
- Small improvement in the lint for *CA.IsIntermediate()
v1.0.0
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