Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker run -d --name agentgate \
-e AGENTGATE_VAULT_KEY=dev-key-change-in-production-32b \
-e AGENTGATE_ADMIN_SECRET=admin-dev-secret-change-me!! \
-v $(pwd)/data:/data \
ghcr.io/clawdlinux/agentgate:0.1.1
ghcr.io/clawdlinux/agentgate:latest
```

It bootstraps one agent API key on first boot and logs it once:
Expand Down Expand Up @@ -69,9 +69,9 @@ has never seen this repo:
# while the gateway is up, once: save the trust root as a local file
curl -s http://localhost:8080/v1/receipts/pubkey -o trust.json

# download the verifier for your OS/arch from
# https://github.com/Clawdlinux/agentgate/releases/tag/v0.1.1 — no other install step
tar xzf agentgate_0.1.1_<os>_<arch>.tar.gz
# download the verifier archive matching your OS/arch from
# https://github.com/Clawdlinux/agentgate/releases/latest — no other install step
tar xzf agentgate_<version>_<os>_<arch>.tar.gz
Comment on lines +72 to +74

./agentgate-verify --source sqlite --path ./data/agentgate.db --trust-root ./trust.json
# PASS: 1 receipts verified, head seq=1 hash=...
Expand Down
Loading