Skip to content

Verify staged EBICS bank keys.

Synopsis

gln [global-options] profile bank-keys verify --authentication-digest <digest> --encryption-digest <digest>

Options

Argument or flagTypeRequiredDefaultDescription
--authentication-digeststringyes-Expected EBICS authentication bank-key digest.
--encryption-digeststringyes-Expected EBICS encryption bank-key digest.

Description

Promotes staged EBICS bank keys only when both supplied digests match the downloaded keys. Obtain both expected values from the bank through an out-of-band channel.

Requirements

  • Profile: required
  • Credential type: EBICS key store
  • Backend prerequisites: Pending EBICS bank keys
  • Input mode: Digest flags.

Status and exit codes

StatusExitMeaningContinuation
ok0Pending bank keys were verified.-
error1Missing or mismatched digests.-
rejected1Backend rejected the verification.-

Result keys: host_id, authentication_digest, encryption_digest, authentication_certificate, encryption_certificate

Examples

gln --profile corp profile bank-keys verify --authentication-digest AUTH --encryption-digest ENC

See also