How to verify Warrant Canary signature?

    The warrant canary is signed using a PGP key. Please install GnuPG if you haven’t already.

    To verify the signature:

    1. Download and import the IVPN public key from /resources/pubkey.txt.

      gpg --import pubkey.txt
      
    2. Download the latest canary from /resources/canary.txt and verify.

    3. gpg --verify canary.txt
      

    You should see a message similar to below confirming the signature is good

    gpg: Signature made Tue Nov  4 16:23:00 2014 CET using RSA key ID B647BA69
    gpg: Good signature from "IVPN Administrator "
    


    Related Articles

    Still have questions?

    Get in touch and we'll get back to you in a few hours.

    Contact support

    Interested in privacy?

    Read our latest privacy news and keep up-to-date on IVPN services.

    Visit IVPN Blog
    Spotted a mistake or have an idea on how to improve this page?
    Suggest an edit on GitHub.