Add OpenSSH KRL spec export
This commit is contained in:
parent
02444a7cfd
commit
b102e07204
9 changed files with 235 additions and 25 deletions
|
|
@ -189,11 +189,16 @@ resource-scoped capability decisions.
|
|||
|
||||
- `[~]` SSH certificate and revocation lifecycle.
|
||||
Acceptance criteria:
|
||||
- `geth ssh cert request/requests/approve/import/list` persist local metadata.
|
||||
- Approval emits an explicit `ssh-keygen -s ...` command for CA/YubiKey use.
|
||||
- `geth ssh revocation add/list/export` persists and exports revocations.
|
||||
- Future completion requires auth checks for request, approve, import, publish,
|
||||
and read capabilities.
|
||||
- `[x]` `geth ssh cert request/requests/approve/import/list` persist local
|
||||
metadata.
|
||||
- `[x]` Approval emits an explicit `ssh-keygen -s ...` command for
|
||||
CA/YubiKey use.
|
||||
- `[x]` `geth ssh revocation add/list/export` persists and exports
|
||||
revocations.
|
||||
- `[x]` Revocations can be exported as JSONL and OpenSSH KRL specification
|
||||
text.
|
||||
- `[ ]` Future completion requires auth checks for request, approve, import,
|
||||
publish, and read capabilities.
|
||||
|
||||
## Phase 3: CAS, KV, And Pubsub
|
||||
|
||||
|
|
@ -277,11 +282,14 @@ Goal: add authorized stream-oriented management workflows over Iroh.
|
|||
- Consumers can list current certs/revocations from local state while offline.
|
||||
- Conflicting or unsigned records are rejected or quarantined.
|
||||
|
||||
- `[ ]` OpenSSH KRL import/export.
|
||||
- `[~]` OpenSSH KRL import/export.
|
||||
Acceptance criteria:
|
||||
- Revocation records can produce an OpenSSH KRL file.
|
||||
- Existing KRL files can be imported into revocation metadata where possible.
|
||||
- Tests cover serial, key ID, public key, and certificate revocations.
|
||||
- `[x]` Revocation records can produce an OpenSSH KRL specification file.
|
||||
- `[x]` Tests cover serial, key ID, and public key revocation spec lines.
|
||||
- `[ ]` Revocation records can produce an OpenSSH binary KRL file.
|
||||
- `[ ]` Existing KRL files can be imported into revocation metadata where
|
||||
possible.
|
||||
- `[ ]` Tests cover binary KRL export/import and certificate revocations.
|
||||
|
||||
## Phase 5: DB And Documents
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue