diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,6 +1,6 @@ -# ctls +# catlfish -ctls is a Certificate Transparency log server (RFC 6962). +catlfish is a Certificate Transparency log server (RFC 6962). # Compile @@ -15,8 +15,8 @@ jiffie for JSON encoding and decoding. # Start -NOTE: Kludge ahead! ctls will turn into a proper OTP application at -some point in the future. +NOTE: Kludge ahead! catlfish will turn into a proper OTP application +at some point in the future. Make sure mnesia and plop are running and that plop has been installed, i.e. has a database. See `plop/README`. You might also want @@ -34,4 +34,5 @@ To enable a crazy amount of tracing information from inets, do # To do -- Stop using inets httpd mod_esi and make ctls a proper application. +- Stop using inets httpd mod_esi and make catlfish a proper + application. |