virgil public key get.1 - VirgilSecurity/virgil-cli GitHub Wiki
public-key-get -- get Global/Private Virgil Public Key from the Virgil Keys Service.
virgil public-key-get [-o <file>] -e <arg> [-V] [--] [--version] [-h]
This utility allows you to get a public key by its public-key-id
.
-o <file>, --out <file>
Virgil Public Key. If omitted, stdout is used.
-e <arg>, --public-key-id <arg>
(required) Public Key identifier
-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.
-
Get a public key by its
public-key-id
:virgil public-key-get -o public.vkey -e <public_key_id>
virgil(1) virgil-config(1) virgil-card-get(1) virgil-card-search-global(1) virgil-card-search-private(1) virgil-card-create-global(1) virgil-card-create-private(1)