Starting with Symantec Endpoint Protection (SEP) 14.2 MP1 for Linux, the rpm/deb packages included with the Linux client are digitally signed. This document contains instructions to verify the digital signature of these packages during installation of the product.
Possibly related error messages --
APT Repo communication error:
/=============================================================================\
| Get:1 https://linux-repo.us.securitycloud.symantec.com/SAL/1.0/ubuntu20 |
| SAL/1.0 InRelease [1,713 B] |
| Err:1 https://linux-repo.us.securitycloud.symantec.com/SAL/1.0/ubuntu20 |
| SAL/1.0 InRelease |
| The following signatures were invalid: EXPKEYSIG C709B4A758A3D19B |
| sdcss-release (GPG key for signing SDCSS Packages) <[email protected]> |
| Reading package lists... |
| W: GPG error: |
| https://linux-repo.us.securitycloud.symantec.com/SAL/1.0/ubuntu20 SAL/1.0 |
| InRelease: The following signatures were invalid: EXPKEYSIG |
| C709B4A758A3D19B sdcss-release (GPG key for signing SDCSS Packages) |
| <[email protected]> |
| E: The repository |
| 'https://linux-repo.us.securitycloud.symantec.com/SAL/1.0/ubuntu20 SAL/1.0 |
| InRelease' is not signed. |
\=============================================================================/
sudo rpm --import /path/to/GPG-Key ## for RHEL-based systems
orsudo apt-key add /path/to/GPG-Key ## for Debian-based systems (e.g. Ubuntu)