You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/ndncert/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This package is part of [NDNts](https://yoursunny.com/p/NDNts/), Named Data Networking libraries for the modern web.
4
4
5
-
This package partially implements [NDN Certificate Management protocol v0.3](https://github.com/named-data/ndncert/wiki/NDNCERT-Protocol-0.3/841f2a2e66cc3256d113cfe61242420b9cdab6c1) and [challenges](https://github.com/named-data/ndncert/wiki/NDNCERT-Protocol-0.3-Challenges/06ba3d415479b6a58ecb132ba54dbee7617668d5).
5
+
This package partially implements [NDN Certificate Management protocol v0.3](https://github.com/named-data/ndncert/wiki/NDNCERT-Protocol-0.3/841f2a2e66cc3256d113cfe61242420b9cdab6c1) and [challenges](https://github.com/named-data/ndncert/wiki/NDNCERT-Protocol-0.3-Challenges/39bde7f94301e251def53b6a9958ae321acb108f).
6
6
This implementation is validated against the reference implementation using [ndncert-interop](../../integ/ndncert-interop).
7
7
8
8
Features:
@@ -21,7 +21,7 @@ Challenges:
21
21
*[X] PIN
22
22
*[X] email, with name assignment policy
23
23
*[X] proof of possession, with name assignment policy
24
-
*[X] DNS, with name assignment policy
24
+
*[X] DNS and DNS-01, with name assignment policy
25
25
*[X] "nop" (not in NDNCERT spec)
26
26
27
27
`@ndn/keychain-cli` package offers `ndnts-keychain ndncert03-make-profile`, `ndnts-keychain ndncert03-show-profile`, `ndnts-keychain ndncert03-ca`, `ndnts-keychain ndncert03-probe`, and `ndnts-keychain ndncert03-client` commands that use this implementation.
0 commit comments