goca

Golang Certificate Authority (CA) package

MIT License

Stars
40
goca - v2.0.0 Latest Release

Published by kairoaraujo 11 months ago

What's Changed

Full Changelog: https://github.com/kairoaraujo/goca/compare/v1.2.0...v2.0.0

goca - v1.2.0

Published by kairoaraujo about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/kairoaraujo/goca/compare/v1.1.3...v1.2.0

goca - v1.1.3

Published by kairoaraujo over 3 years ago

  • Fixes the warning when tried to issue a certificate.
    [GIN-debug] [WARNING] Headers were already written. Wanted to override status code 400 with 200
goca - v1.1.2

Published by kairoaraujo almost 4 years ago

  • Documentation update only.

    • This release was mandatory to have a new Docker version on Docker Hub
goca - v1.1.1

Published by kairoaraujo almost 4 years ago

  • README.md updated
  • Releasing Docker images in Docker Hub
goca - v1.1.0

Published by kairoaraujo almost 4 years ago

  • Added HTTP REST API
  • Available Docker Image
goca - v1.0.3

Published by kairoaraujo almost 4 years ago

  • Fixed #3 (CRL is empty when loaded a CA)
goca - v1.0.2

Published by kairoaraujo almost 4 years ago

  • Added small functionality to list all existent Certificate Authorities
goca - v1.0.1

Published by kairoaraujo almost 4 years ago

  • Added the possibility to use *CA.GetCRL() and *CA.GoCRL() that was missing.
  • Small improvement in the lint for *CA.IsIntermediate()
goca - v1.0.0

Published by kairoaraujo almost 4 years ago

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
Package Rankings
Top 7.0% on Proxy.golang.org
Badges
Extracted from project README
Go Report Card Build Status Go Reference Docker Pulls
Related Projects