New validation key for Zoom Desktop Client for Linux [13.10.22]
The current key pair used to sign the Zoom Desktop Client for Linux will be decommissioned on 2 November 2022. To avoid service interruptions, users are encouraged to download the new public key.
Please follow the instructions below and download the new GPG validation key by 22 November 2022 to avoid service interruption:
1. Download package-signing-key.pub from http://click.zoom.us/e/84442/linux-download-pubkey/c4cjlj/3984234450?h=N8r1guXEP_DoNx_IMZQNmoyJ1u2ZsNhXDWKR6qGvvn8
2. Run the following commands based on the package you’re validating:
////////////////////////////////////////////////////////////////
// deb package validation
gpg --import ~/Downloads/package-signing-key.pub // import gpg public key, only do it once
dpkg-sig --verify ./zoom.deb
////////////////////////////////////////////////////////////////
// rpm package validation
rpm --import ~/Downloadspackage-signing-key.pub // import gpg public key, only do it once
rpm -K zoom.rpm
Do you have questions or comments about this site? contact form