From 775aa11c203c663f4d4a67840f471332567a895f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Wed, 9 Dec 2020 22:10:28 +0100 Subject: [PATCH] Add disclaimer --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c86ba1a..ff46a74 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,6 @@ A client `cert-service-client` can connect to this socket and make a signing req Using `SO_PEERCRED` the server decides if the client is allowed to have its certificate signed. The peers communicate using a custom protocol based on [ASN.1](https://en.wikipedia.org/wiki/ASN.1). + +**This is a proof of concept put together in an evening. +The quality of the code reflects that.**