gln profile bank-keys verify
Verify staged EBICS bank keys.
Synopsis
gln [global-options] profile bank-keys verify --authentication-digest <digest> --encryption-digest <digest>
Options
| Argument or flag | Type | Required | Default | Description |
|---|---|---|---|---|
--authentication-digest | string | yes | - | Expected EBICS authentication bank-key digest. |
--encryption-digest | string | yes | - | 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
| Status | Exit | Meaning | Continuation |
|---|---|---|---|
ok | 0 | Pending bank keys were verified. | - |
error | 1 | Missing or mismatched digests. | - |
rejected | 1 | Backend 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