Software Updates
Check for and Install Software Updates
Software updates are made available for the SecureKey VPN as features are added and bugs are fixed.
The SK-VPN can check for updates and download available software updates using the SK-VPN Management Interface. The SK-VPN must be connected to the internet for software updates to be installed.
The REST API or Web UI may be used to manage SW updates.
A reboot is required to complete all software updates.
The Web UI System -> Update page displays the current versions and allows the user to check for and install updates:
Backup the system configuration(s).
Check for updates: POST /api/sys/v1/swupdate-check
Get the status of the SWupdate check: GET /api/sys/v1/swupdate-check-status
The Status will indicate that a new image has been downloaded (or that no update is available)
To install the new image: POST /api/sys/v1/swupdate-install
Get the status of the SWupdate install: GET /api/sys/v1/swupdate-check-status
Once installation is successful the system must be rebooted
Reboot the system: POST /api/sys/v1/reboot
After reboot check the version: GET /api/sys/v1/version
If any failures occur check the SW update logs: GET /api/sys/v1/logs/swupdate
Software Update Security
The SK-VPN uses authenticated and encrypted SW update images. Software images are retrieved using TLS over HTTPS to a private network of Content Delivery Servers. The image is authenticated, decrypted and installed on the SK-VPN VM.
The SK-VPN uses a dual bank root filesystem to store the SW updates which mitigates risks associated with update failures. If a failure were to occur during the install process (due to power failure or unexpected reboot), the software will revert back to the old version and the SW update process can be retried.
It is recommended to backup the configuration of the system prior to installing updates.