ndncert: Initial release
Change-Id: I280c7a059b330e4065f66615165741f411d72168
diff --git a/ndncert/debian/ndncert-ca.conf b/ndncert/debian/ndncert-ca.conf
new file mode 100644
index 0000000..e338b51
--- /dev/null
+++ b/ndncert/debian/ndncert-ca.conf
@@ -0,0 +1,16 @@
+{
+ "ca-list":
+ [
+ {
+ "ca-prefix": "/example",
+ "issuing-freshness": "720",
+ "validity-period": "360",
+ "probe": "Get the PIN code from me :D",
+ "ca-info": "Example CA",
+ "supported-challenges":
+ [
+ { "type": "PIN" }
+ ]
+ }
+ ]
+}
\ No newline at end of file