Alexander Afanasyev | 151a855 | 2014-04-11 00:54:43 -0700 | [diff] [blame] | 1 | ndnsec-set-acl |
| 2 | ============== |
| 3 | |
| 4 | ``ndnsec-set-acl`` is a tool to add an application into access control list of an private key. |
| 5 | |
| 6 | Usage |
| 7 | ----- |
| 8 | |
| 9 | :: |
| 10 | |
| 11 | $ ndnsec-set-acl [-h] keyName appPath |
| 12 | |
| 13 | Description |
| 14 | ----------- |
| 15 | |
| 16 | ``ndnsec-set-acl`` will add the application pointed by ``appPath`` into the ACL of a key with name |
| 17 | ``keyName``. |
| 18 | |
| 19 | Examples |
| 20 | -------- |
| 21 | |
| 22 | Add an application into a key's ACL: |
| 23 | |
| 24 | :: |
| 25 | |
| 26 | $ ndnsec-set-acl /ndn/test/alice/ksk-1394129695025 /test/app/path |