summaryrefslogtreecommitdiff
path: root/README
blob: b80fa1740d604c88a558dd8eed908097a445abdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.