-
Notifications
You must be signed in to change notification settings - Fork 31
virgil private key add.1
Sergey Seroshtan edited this page Jun 14, 2016
·
1 revision
private-key-add -- add a private key to the Private Keys Service.
virgil private-key-add -a <arg> -k <file> [-p <arg>] [-V] [--] [--version]
[-h]
The utility allows you to add a private key to the Private Keys Service. Pay attention to these statements:
- Make sure that you have registered and confirmed your account for the Keys Service.
- Make sure that you have a public/private key pair and you have already uploaded the public key to the Keys Service.
- Make sure that you have your private key on your machine saved locally.
- Make sure that you have registered an application at Virgil Security, Inc.
-a <arg>, --card-id <arg>
(required) Virgil Card identifier
-k <file>, --key <file>
(required) Private Key
-p <arg>, --private-key-password <arg>
Private Key Password.
-V, --VERBOSE
Shows detailed information.
--, --ignore_rest
Ignores the rest of the labeled arguments following this flag.
--version
Displays version information and exits.
-h, --help
Displays usage information and exits.
-
Add a private key to Private Keys Service:
virgil private-key-add -k private.key -a <card_id>
virgil(1) virgil-config(1) virgil-private-key-del(1) virgil-keygen(1) virgil-identity-confirm-private(1) virgil-identity-confirm-global(1)