From f8fee566dcb63c76314289623a49652eb2952f6b Mon Sep 17 00:00:00 2001 From: Benjamin Cane Date: Thu, 11 Jul 2019 21:17:26 -0700 Subject: [PATCH] Updating README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06676de..021fb43 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# TestCerts: A Go package for creating temporary test certificates +# testcerts [![Build Status](https://travis-ci.org/madflojo/testcerts.svg?branch=master)](https://travis-ci.org/madflojo/testcerts) [![Coverage Status](https://coveralls.io/repos/github/madflojo/testcerts/badge.svg?branch=master)](https://coveralls.io/github/madflojo/testcerts?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/madflojo/testcerts)](https://goreportcard.com/report/github.com/madflojo/testcerts) [![Documentation](https://godoc.org/github.com/madflojo/testcerts?status.svg)](http://godoc.org/github.com/madflojo/testcerts) [![license](https://img.shields.io/github/license/madflojo/testcerts.svg?maxAge=2592000)](https://github.com/madflojo/testcerts/LICENSE) -Package testcerts enables users to create temporary x509 Certificates for testing. +A Go package for creating temporary x509 test certificates There are many Certificate generation tools out there, but most focus on being a CLI tool. This package is focused on providing helper functions for creating Certificates. These helper functions can be used as part of Go tests per the example below.