Verify Platform Link

Complete the verification to link your account to your Citizen Passport.

Step 1: Challenge Code

Your verification code:

This code links your account. It expires in 10 minutes.

Step 2: Sign the Challenge

You need to cryptographically sign this challenge with your Citizen key to prove ownership.

How to sign (CLI method)
# Sign the challenge code with your citizen private key
echo -n "<challenge-code>" | ssh-keygen -Y sign -f ~/.ssh/citizen_ed25519 -n mbs -

# Or using OpenSSL with your key
echo -n "<challenge-code>" | openssl pkeyutl -sign -inkey citizen.key -rawin | base64