This section explains how to use the
qq fs_security_add_key
command.Description
Add a key to the file system key-store.
Usage
qq fs_security_add_key [-h] --name NAME [--private-key-file PRIVATE_KEY_FILE] [--public-key PUBLIC_KEY] [--verification-signature VERIFICATION_SIGNATURE] [--comment COMMENT] [--json]
Flags
Flag Name | Required | Description |
---|---|---|
--name
|
Yes | The unique name to associate with the key to add to the key store. The name must not contain only numbers. |
--private-key-file
|
No | The ECDSA private key file for the key to add to the key store. |
--public-key
|
No | The ECDSA public key for the key to add to the key store. |
--verification-signature
|
No | A signature generated by signing the key name with the ECDSA private key. |
--comment
|
No | An optional comment that the system stores alongside the key to add to the key store. |
--json
|
No | Print the output in JSON format. The default output is in a table. |