USAGE

cmk-coffer-get [OPTIONS] COFFER_FILE [PKEY_FILE...]

Open COFFER_FILE, unlock it by whatever means are required, and then print the secret on standard out (without a trailing newline).

A list of PKey files may follow it on the argument list, each of which will be loaded and considered for whether it can help unlock the Coffer. For Coffers with the PKey objects serialized in the same file, use option --bundled-keys (-b).

For Coffers containing Name/Value dictionary content, use -n NAME to select a single entry.

OPTIONS

--bundled-keys (-b)

Scan the remainder of the coffer file for embedded PKey objects

--dict-name (-n) NAME

For Coffers using dictionary storage, this specifies which name to retrieve.