The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

matrixtool notary - Fetch a server's signing key via another server

SYNOPSIS

   $ matrixtool notary my-server.org matrix.org

DESCRIPTION

This command uses the notary federation API to fetch the keys from a Matrix homeserver (the "target") by querying via another server (the "notary"). This helps you test whether a given server can see the one you are testing.

OPTIONS

There are no additional options for this command.

EXAMPLES

For example, once you believe your server is working correctly according to matrixtool server-key you can query the matrix.org server to see if that can fetch the same keys:

   $ matrixtool notary example.com matrix.org
   [INFO] Connected to 83.166.64.33:8448
   Keys from example.com via notary matrix.org

   Key id ed25519:auto
     base64::aBcDeFgHiJ...
   [OK] Verified using server_name=matrix.org key_id=ed25519:auto
   [OK] Verified using server_name=example.com key_id=ed25519:auto
   [INFO] Matches cached key

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>