ndnsec

ndnsec is a command-line toolkit to perform various NDN security management operation.

Usage

$ ndnsec <command> [<args>]

or alternatively

$ ndnsec-command [<args>]

Description

The NDN security data are stored and managed in two places: Public Information Base and Trusted Platform Module. ndnsec toolkit provides a command-line interface of managing and using the NDN security data.

ndnsec commands

ndnsec-list
Display information in PublicInfo.
ndnsec-get-default
Get default setting info.
ndnsec-set-default
Configure default setting.
ndnsec-key-gen
Generate a Key-Signing-Key for an identity.
ndnsec-dsk-gen
Generate a Data-Signing-Key (DSK) for an identity and sign the DSK using the corresponding KSK.
ndnsec-sign-req
Generate a certificate signing request.
ndnsec-cert-gen
Generate an identity certificate.
ndnsec-cert-dump
Dump a certificate from PublicInfo.
ndnsec-cert-install
Install a certificate into PublicInfo.
ndnsec-delete
Delete identity/key/certificate.
ndnsec-export
Export an identity package.
ndnsec-import
Import an identity package.
ndnsec-set-acl
Configure ACL of a private key.
ndnsec-unlock-tpm
Unlock Tpm.
ndnsec-op-tool
Operator tool.