.well-known/v4call-server.json proving that a Hive account controls this domain.
/public/.well-known/v4call-server.json on your server. One signing event per config change.
SERVER_HIVE_ACCOUNT.ESCROW_ACCOUNT, and its active key must live on this server.SERVER_HIVE_ACCOUNT.wss://<domain>/federation.v4call-server.json gives discoverers both the domain proof and the Nostr key claim — all signed by the same Hive posting key. Skip this card if you don't have a Nostr keypair for the server yet; the file remains valid without it. Use nostr-gen.html to generate one (browser-only, keys never leave your machine).
pubkey_whitelist entries need this form.v4call-server.json to test that its signature is valid.
Useful to confirm your output before publishing.
/public/.well-known/v4call-server.jsonhttps://<your-domain>/.well-known/v4call-server.json.
Rebuild / restart the container for the file to be baked into the Docker image
(docker compose down && docker compose build --no-cache && docker compose up -d).