Linux key update required prior to novembre 2nd.
I'm a linux user. I received an email urging me to update a key in order to have my zoom software to keep working Is it mandatory for all users ? Is the "zoom.deb" file cited in this procedure an install file ? If my intallation is already running, should I be concerned ? ------------------------------------------------------------------------ copy of the email received. ------------------------------------------------------------------------ Dear Valued Customer, We apologize for any inconvenience this may cause. If you have any questions, please contact our Support Team or reach out to your Customer Success Manager. ---------------------------------------------------------------------------
As an admin or owner of an account with users using the Zoom Desktop Client for Linux, we are reaching out to notify you that we will be retiring the current key pair used to sign the Linux client on November 2, 2022. To avoid service interruption, we advise that you ask your users to download and trust the new public key.
Please follow the instructions below to download the new GPG validation key by 11/2/22 to avoid service interruption.
// 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
Team Zoom
Show less