### PkiObject API The PkiObject API takes care of some of the mundane tasks in converting between different representations of cryptographic objects such as public keys, private keys, and certificates. Files located in this folder belong to the PkiObject module. This API can be accessed via the `pki` CLI command which is implemented in the `Common/cli/cli_pki.c` file. ``` pki: Perform public/private key operations. Usage: pki Valid verbs are { generate, import, export, list } Valid object types are { key, csr, cert } Arguments should be specified in -- pki generate key Generates a new private key to be stored in the specified labels pki generate csr