virgil identity valid.1 - VirgilSecurity/virgil-cli GitHub Wiki

NAME

identity-validate -- check validated-identity received by identity-confirm-global

SYNOPSIS

    virgil identity-valid  [-o <file>] -f <file> [-V] [--] [--version] [-h]

DESCRIPTION

Checks validated-identity received by identity-confirm-global

OPTIONS

    -o <file>,  --out <file>
     Return status. If omitted, stdout is used.

    -f <file>,  --validated-identity <file>
     (required)  Validated identity (see 'virgil identity-confirm-global')

    -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.

RETURN VALUE

On success, "true" is returned else "false".

EXAMPLES

    virgil identity-valid -f validated-identity.txt

SEE ALSO

virgil(1) virgil-config(1) virgil-identity-confirm-global(1)

⚠️ **GitHub.com Fallback** ⚠️