diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-05-04 23:51:03 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-05-04 23:51:12 +0200 |
commit | ea41899f5e7a162a2b0fa31f3f5640f064e09aed (patch) | |
tree | b8823e82c46c49c047e7a78056cf72cf30456117 | |
parent | 28ea984c2e5d781e4b60ad66707451ef595b263a (diff) |
Add README.
-rw-r--r-- | README | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,25 @@ +ctls is a Certificate Transparency log server (RFC 6962). + +Compile + + $ erl -make + +Requirements + + A running plop application, which in turn requires mnesia to be + running. + +Start + + NOTE: Kludge ahead! ctls 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. Also, you might + want to code:add_pathz("path/to/plop/ebin"). + + 1> inets:start(), https_server:start(). + +To do + + Make it a proper application. |