An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# TLS certs for use in Go tests.
[![Go Reference](https://pkg.go.dev/badge/github.com/powerman/testcert.svg)](https://pkg.go.dev/github.com/powerman/testcert)
[![CI/CD](https://github.com/powerman/testcert/workflows/CI/CD/badge.svg?event=push)](https://github.com/powerman/testcert/actions?query=workflow%3ACI%2FCD)
[![Coverage Status](https://coveralls.io/repos/github/powerman/testcert/badge.svg?branch=master)](https://coveralls.io/github/powerman/testcert?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/powerman/testcert)](https://goreportcard.com/report/github.com/powerman/testcert)
[![Release](https://img.shields.io/github/v/release/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.