From 4d54a55e78a1dfe8d19b1235d886880d70976421 Mon Sep 17 00:00:00 2001 From: fossabot Date: Fri, 2 Oct 2020 12:01:12 -0700 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8d508c2..ed5c98b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # testssl +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fvalicm%2Ftestssl.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fvalicm%2Ftestssl?ref=badge_shield) + testssl generate self signed certificates for local development purposes. @@ -25,3 +27,7 @@ or - Ubuntu - as root CA on Ubuntu (you need to convert PEM to CRT). `openssl x509 -in rootCA.pem -inform PEM -out rootCA.crt` + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fvalicm%2Ftestssl.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fvalicm%2Ftestssl?ref=badge_large) \ No newline at end of file