commit 647db0bbcb03aaf1b53900527a25e99e16fca611 from: Omar Polo date: Thu Jul 22 19:11:21 2021 UTC add a sample config commit - d06671b5f1d33b0a2ed3f244d6d3a7db7a658916 commit + 647db0bbcb03aaf1b53900527a25e99e16fca611 blob - dc183ff2b3a2d38499e35a1b812fcb36d3a6a7f7 blob + 7ad4c051178ed8c5458ef00235c5764405c2e68d --- README.md +++ README.md @@ -26,7 +26,19 @@ In order to run, a `_kamid` user must exists. The hom `_kamid` should be `/var/empty` or similar. A configuration file is also needed. kamid must be started with root privileges. +A sample configuration file: +``` +pki localhost cert "/path/to/localhost.crt" +pki localhost key "/path/to/localhost.key" + +table users { "SHA256:..." => "op" } + +# should be but there's currently a bug in the parser so... +listen on localhost port 1337 tls pki localhost auth < users > +``` + + ## License kamid is released under a BSD-like license. The bulk of the code is