From 76d7b4cb978a0ac524ab6707251e34022856a1e4 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Thu, 23 Jan 2020 16:18:06 +0100 Subject: [PATCH] Update docs --- docs/deploy-to-unsupported-cloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-to-unsupported-cloud.md b/docs/deploy-to-unsupported-cloud.md index 48ba3d9..4d68663 100644 --- a/docs/deploy-to-unsupported-cloud.md +++ b/docs/deploy-to-unsupported-cloud.md @@ -2,7 +2,7 @@ Algo officially supports the [cloud providers listed here](https://github.com/trailofbits/algo/blob/master/README.md#deploy-the-algo-server). If you want to deploy Algo on another virtual hosting provider, that provider must support: -1. the base operating system image that Algo uses (Ubuntu 18.04, 19.04, or 19.10), and +1. the base operating system image that Algo uses (Ubuntu 18.04 or 19.10), and 2. a minimum of certain kernel modules required for the strongSwan IPsec server. Please see the [Required Kernel Modules](https://wiki.strongswan.org/projects/strongswan/wiki/KernelModules) documentation from strongSwan for a list of the specific required modules and a script to check for them. As a first step, we recommend running their shell script to determine initial compatibility with your new hosting provider.