Add command line tools

Change-Id: I5bce4074324b35e5079b330dc20e14c22fc74c6b
diff --git a/ca.conf.sample b/ca.conf.sample
new file mode 100644
index 0000000..50b160c
--- /dev/null
+++ b/ca.conf.sample
@@ -0,0 +1,15 @@
+{
+  "ca-list":
+  [
+    {
+        "ca-prefix": "/example",
+        "issuing-freshness": "720",
+        "validity-period": "360",
+        "ca-anchor": "/example/KEY/%9A%E0%C6%C6%09%7C%92i/self/%FD%00%00%01Z%B0%2AJ%B4",
+        "supported-challenges":
+        [
+            { "type": "PIN" }
+        ]
+    }
+  ]
+}
\ No newline at end of file