commit | 8da54d6f2974bd90d5c9611c53109dedf862d04d | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Thu Nov 21 00:03:05 2019 -0800 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Nov 26 13:00:41 2019 -0800 |
tree | 57520c3456ef445d82129c96b00497aa42ef0132 | |
parent | caab546e3dadb1682477fdd19006b3adb3869283 [diff] [blame] |
improve the robustness of ndncert library Change-Id: Iaabc4d8f28ca27a7e7f501ebd122c5231ceb3ac0
diff --git a/tests/unit-tests/ca.conf.test2 b/tests/unit-tests/ca.conf.test2 new file mode 100644 index 0000000..17f058b --- /dev/null +++ b/tests/unit-tests/ca.conf.test2
@@ -0,0 +1,9 @@ +{ + "issuing-freshness": "720", + "validity-period": "360", + "ca-info": "ndn testbed ca", + "supported-challenges": + [ + { "type": "PIN" } + ] +} \ No newline at end of file