[vagrant@localhost debian-7.7]$ ldd
pki.io linux-vdso.so.1 => (0x00007fffacfff000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f882ba83000)
libc.so.6 => /lib64/libc.so.6 (0x00007f882b6ef000)
/lib64/ld-linux-x86-64.so.2 (0x00007f882bca5000)
[vagrant@localhost debian-7.7]$ ./
pki.io help
pki.io - Open source and scalable X.509 certificate management
Usage:
pki.io [--version] [--help] [--logging <file>] <command> [<args>...]
Options:
-h, --help
-v, --version
--logging <file> Load alternative logging config file.
Commands:
init Initialise an organisation
admin Manage admins
ca Manage X.509 Certificate Authorities
cert Manage standalone X.509 certificates
node Manage node entities
org Do operations on behalf of the org
pairing-key Manage pairing keys
See '
pki.io help <command>' for more information on a specific command.