https://github.com/powerman/testcert
TLS certs for use in Go tests
https://github.com/powerman/testcert
Last synced: 5 months ago
JSON representation
TLS certs for use in Go tests
- Host: GitHub
- URL: https://github.com/powerman/testcert
- Owner: powerman
- License: mit
- Created: 2021-12-23T05:36:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T19:59:36.000Z (almost 3 years ago)
- Last Synced: 2025-08-23T06:50:08.843Z (5 months ago)
- Language: Go
- Size: 382 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TLS certs for use in Go tests.
[](https://pkg.go.dev/github.com/powerman/testcert)
[](https://github.com/powerman/testcert/actions?query=workflow%3ACI%2FCD)
[](https://coveralls.io/github/powerman/testcert?branch=master)
[](https://goreportcard.com/report/github.com/powerman/testcert)
[](https://github.com/powerman/testcert/releases/latest)
Most of the code is copied from Go net/http/internal/testcert package with
slight modifications.