From 31d6bd39a1a1da05e3e558c37c32c503ec6169a9 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sun, 23 Apr 2017 16:36:30 -0400 Subject: [PATCH] The docs got out of sync with the scripts (#480) * The docs got out of sync with the scripts * restructure * fix links --- README.md | 12 ++++++------ ...deploy-with-ansible.md => deploy-from-ansible.md} | 0 ...dhat-centos6.md => deploy-from-redhat-centos6.md} | 0 docs/{client-windows.md => deploy-from-windows.md} | 0 ...unsupported.md => deploy-to-unsupported-cloud.md} | 0 docs/index.md | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) rename docs/{deploy-with-ansible.md => deploy-from-ansible.md} (100%) rename docs/{setup-redhat-centos6.md => deploy-from-redhat-centos6.md} (100%) rename docs/{client-windows.md => deploy-from-windows.md} (100%) rename docs/{cloud-unsupported.md => deploy-to-unsupported-cloud.md} (100%) diff --git a/README.md b/README.md index 9ba625c..26c46b0 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Your VPN is now installed and ready to use. If you want to perform these steps by hand, you will need to import the user certificate to the Personal certificate store, add an IKEv2 connection in the network settings, then activate stronger ciphers on it via the following PowerShell script: ```powershell -Set-VpnConnectionIPsecConfiguration -ConnectionName "Algo" -AuthenticationTransformConstants SHA256128 -CipherTransformConstants AES256 -EncryptionMethod AES256 -IntegrityCheckMethod SHA256 -DHGroup Group14 -PfsGroup none +Set-VpnConnectionIPsecConfiguration -ConnectionName "Algo" -AuthenticationTransformConstants GCMAES128 -CipherTransformConstants GCMAES128 -EncryptionMethod AES128 -IntegrityCheckMethod SHA384 -DHGroup ECP256 -PfsGroup none ``` ### Linux Network Manager Clients (e.g., Ubuntu, Debian, or Fedora Desktop) @@ -203,19 +203,19 @@ The Algo VPN server now contains only the users listed in the `config.cfg` file. ## Additional Documentation * Setup instructions - - Documentation for available [Ansible roles](docs/deploy-with-ansible.md) - - Deploy from [RedHat/CentOS 6.x](docs/setup-redhat-centos6.md) + - Documentation for available [Ansible roles](docs/setup-roles.md) + - Deploy from [RedHat/CentOS 6.x](docs/deploy-from-redhat-centos6.md) + - Deploy from [Windows](docs/deploy-from-windows.md) + - Deploy from [Ansible](docs/deploy-from-ansible.md) directly * Client setup - - Setup [Windows](docs/client-windows.md) clients - Setup [Android](docs/client-android.md) clients - Setup [Generic/Linux](docs/client-linux.md) clients with Ansible * Cloud setup - Configure [Azure](docs/cloud-azure.md) - - Deploy to an [unsupported cloud provider](docs/cloud-unsupported.md) * Advanced Deployment - Deploy to your own [FreeBSD](docs/deploy-to-freebsd.md) server - Deploy to your own [Ubuntu 16.04](docs/deploy-to-ubuntu.md) server - - Deploy with [Ansible](docs/deploy-with-ansible.md) directly + - Deploy to an [unsupported cloud provider](docs/deploy-to-unsupported-cloud.md) * [FAQ](docs/faq.md) * [Troubleshooting](docs/troubleshooting.md) diff --git a/docs/deploy-with-ansible.md b/docs/deploy-from-ansible.md similarity index 100% rename from docs/deploy-with-ansible.md rename to docs/deploy-from-ansible.md diff --git a/docs/setup-redhat-centos6.md b/docs/deploy-from-redhat-centos6.md similarity index 100% rename from docs/setup-redhat-centos6.md rename to docs/deploy-from-redhat-centos6.md diff --git a/docs/client-windows.md b/docs/deploy-from-windows.md similarity index 100% rename from docs/client-windows.md rename to docs/deploy-from-windows.md diff --git a/docs/cloud-unsupported.md b/docs/deploy-to-unsupported-cloud.md similarity index 100% rename from docs/cloud-unsupported.md rename to docs/deploy-to-unsupported-cloud.md diff --git a/docs/index.md b/docs/index.md index 80d3965..7275901 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,18 +2,18 @@ * Setup instructions - Documentation for available [Ansible roles](setup-roles.md) - - Deploy from [RedHat/CentOS 6.x](setup-redhat-centos6.md) + - Deploy from [RedHat/CentOS 6.x](deploy-from-redhat-centos6.md) + - Deploy from [Windows](deploy-from-windows.md) + - Deploy from [Ansible](deploy-from-ansible.md) directly * Client setup - - Setup [Windows](client-windows.md) clients - Setup [Android](client-android.md) clients - Setup [Generic/Linux](client-linux.md) clients with Ansible * Cloud setup - Configure [Azure](cloud-azure.md) - - Deploy to an [unsupported cloud provider](cloud-unsupported.md) * Advanced Deployment - Deploy to your own [FreeBSD](deploy-to-freebsd.md) server - Deploy to your own [Ubuntu 16.04](deploy-to-ubuntu.md) server - - Deploy with [Ansible](deploy-with-ansible.md) directly + - Deploy to an [unsupported cloud provider](deploy-to-unsupported-cloud.md) * [FAQ](faq.md) * [Troubleshooting](troubleshooting.md)