update ca config sample
Change-Id: Iaab823d924099ad09b15687d240459810fdb8073
diff --git a/ca.conf.sample b/ca.conf.sample
index 0324699..a4ec7df 100644
--- a/ca.conf.sample
+++ b/ca.conf.sample
@@ -3,10 +3,14 @@
"issuing-freshness": "720",
"validity-period": "360",
"ca-info": "An example NDNCERT CA",
- "probe": "[JSON attribute]:[JSON attribute]:[...] Example: email:UID"
+ "probe-parameters":
+ [
+ {"probe-parameter-key": "email"},
+ {"probe-parameter-key": "uid"}
+ ]
"supported-challenges":
[
- { "type": "PIN" },
- { "type": "Email" }
+ { "challenge": "PIN" },
+ { "challenge": "Email" }
]
}