Updating the USS Gateway
From time to time, updates to the USS Gateway core software and operating system are released. This may include security fixes for newly identified vulnerabilities.
To upgrade the USS Gateway software and operating system:
- Important! Follow the first part of the article Migrating the SSL Intercept certificate to a new server and store the
.pem
somewhere safe. - Log in to the Command Line
- Download the latest USS Gateway package
wget https://downloads.clouduss.com/gateway/packages/ussgateway_<VERSION>_amd64.deb
replacing the<VERSION>
with the latest release, e.g. 2.0.52 (see Download) - Update packages:
sudo apt update
and press Enter - Install new Gateway package:
sudo apt -f install ./ussgateway_<VERSION>_amd64.deb
replacing the<VERSION>
with the latest release, e.g. 2.0.52 (see Download) - Press Y when prompted to install the new packages
- Follow any further prompts and accept any defaults if asked
- Import the SSL Intercept certificate that was backuped up in Step 1