Alexander Afanasyev | 151a855 | 2014-04-11 00:54:43 -0700 | [diff] [blame] | 1 | ndnsec-import |
| 2 | ============= |
| 3 | |
| 4 | ``ndnsec-import`` is a tool to import an identity's security data that is prepared by |
| 5 | ``ndnsec-export``. |
| 6 | |
| 7 | Usage |
| 8 | ----- |
| 9 | |
| 10 | :: |
| 11 | |
| 12 | $ ndnsec-import [-h] [-p] input |
| 13 | |
| 14 | Description |
| 15 | ----------- |
| 16 | |
| 17 | ``ndnsec-import`` read data from ``input``. It will ask for password if the input contains private |
| 18 | key. If ``input`` is ``-``, security data will be read from standard input. |
| 19 | |
| 20 | Options |
| 21 | ------- |
| 22 | |
| 23 | ``-p`` |
| 24 | Indicates the imported data containing private key. A password will be asked for data encryption. |
| 25 | |
| 26 | Examples |
| 27 | -------- |
| 28 | |
| 29 | Import an identity's security data including private key: |
| 30 | |
| 31 | :: |
| 32 | |
| 33 | $ ndnsec-import -p input_file |