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:
Video Guide.
The video below will guide you through upgrading the USS Gateway via the .deb file.
Step by Step Guide.
Below is the step-by-step guide on how to upgrade the USS Gateway via the .deb file.
- 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.76 (see Download) - Update packages:
sudo apt update
and press Enter - Install new Gateway package:
dpkg -i --force-overwrite
replacing theussgateway_<VERSION>_amd64.deb
<VERSION>
With the latest release, e.g. 2.0.76 (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 backed up in Step 1