https://github.com/mlctrez/gocert
A golang certificate server
https://github.com/mlctrez/gocert
Last synced: 5 months ago
JSON representation
A golang certificate server
- Host: GitHub
- URL: https://github.com/mlctrez/gocert
- Owner: mlctrez
- License: apache-2.0
- Created: 2016-05-01T23:30:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T00:11:18.000Z (over 4 years ago)
- Last Synced: 2025-10-10T03:56:34.208Z (9 months ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gocert
A golang certificate generation engine and server.
The server automates the generation of server and client TLS certificates from a self signed CA.
:warning: :warning: :warning: This is a hobby project not intended for inclusion. Any use of go get <this project> is almost certainly guaranteed to break.
[![GoDoc][1]][2]
[![GoCard][3]][4]
[![CodeCov][5]][6]
[1]: https://godoc.org/github.com/mlctrez/gocert?status.svg
[2]: https://godoc.org/github.com/mlctrez/gocert
[3]: https://goreportcard.com/badge/github.com/mlctrez/gocert
[4]: https://goreportcard.com/report/github.com/mlctrez/gocert
[5]: https://codecov.io/gh/mlctrez/gocert/branch/master/graph/badge.svg
[6]: https://codecov.io/gh/mlctrez/gocert