Add disclaimer
This commit is contained in:
parent
fa9fcd174e
commit
775aa11c20
|
@ -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.
|
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).
|
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.**
|
||||||
|
|
Loading…
Reference in a new issue