From 9d21aad482fad0740e4a460cdf796385d1a9d79b Mon Sep 17 00:00:00 2001 From: dergecko Date: Tue, 10 Dec 2024 18:20:50 +0100 Subject: [PATCH] docs: :memo: update README.md to include usage hints --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87ee663..15a8e9f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ [![Pipeline](https://github.com/dergecko/test-certs/actions/workflows/rust.yml/badge.svg)](https://github.com/dergecko/test-certs/actions/workflows/rust.yml) # test-certs -A simple tool to generate a root certificate authority (CA), intermediate, client, and server certificates. +A simple tool to generate a root certificate authority (CA), intermediate, client, and server certificates for testing purposes. + +This tool is not intended for production use. Instead use tools like [`step-ca`](https://smallstep.com/docs/step-ca/) or similar.