Verify Installer Signature

Use gpg to verify macOS and Windows signature

To verify the macOS and Windows installers download the .sig signature files from the Pritunl Client Releases. Verify the signature is valid for the Pritunl Client GPG Key using the commands below.

[email protected]: CB55 1723 4EC6 B1F9 7A27 4969 0ADB 523E 055C 08A4

curl https://raw.githubusercontent.com/pritunl/pritunl-client-electron/master/pritunl_pub.asc | gpg --import
gpg --verify Pritunl.exe.sig Pritunl.exe
gpg --verify Pritunl.pkg.zip.sig Pritunl.pkg.zip