mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
The docs got out of sync with the scripts (#480)
* The docs got out of sync with the scripts * restructure * fix links
This commit is contained in:
parent
451394100d
commit
31d6bd39a1
6 changed files with 10 additions and 10 deletions
12
README.md
12
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:
|
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
|
```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)
|
### 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
|
## Additional Documentation
|
||||||
|
|
||||||
* Setup instructions
|
* Setup instructions
|
||||||
- Documentation for available [Ansible roles](docs/deploy-with-ansible.md)
|
- Documentation for available [Ansible roles](docs/setup-roles.md)
|
||||||
- Deploy from [RedHat/CentOS 6.x](docs/setup-redhat-centos6.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
|
* Client setup
|
||||||
- Setup [Windows](docs/client-windows.md) clients
|
|
||||||
- Setup [Android](docs/client-android.md) clients
|
- Setup [Android](docs/client-android.md) clients
|
||||||
- Setup [Generic/Linux](docs/client-linux.md) clients with Ansible
|
- Setup [Generic/Linux](docs/client-linux.md) clients with Ansible
|
||||||
* Cloud setup
|
* Cloud setup
|
||||||
- Configure [Azure](docs/cloud-azure.md)
|
- Configure [Azure](docs/cloud-azure.md)
|
||||||
- Deploy to an [unsupported cloud provider](docs/cloud-unsupported.md)
|
|
||||||
* Advanced Deployment
|
* Advanced Deployment
|
||||||
- Deploy to your own [FreeBSD](docs/deploy-to-freebsd.md) server
|
- 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 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)
|
* [FAQ](docs/faq.md)
|
||||||
* [Troubleshooting](docs/troubleshooting.md)
|
* [Troubleshooting](docs/troubleshooting.md)
|
||||||
|
|
||||||
|
|
|
@ -2,18 +2,18 @@
|
||||||
|
|
||||||
* Setup instructions
|
* Setup instructions
|
||||||
- Documentation for available [Ansible roles](setup-roles.md)
|
- 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
|
* Client setup
|
||||||
- Setup [Windows](client-windows.md) clients
|
|
||||||
- Setup [Android](client-android.md) clients
|
- Setup [Android](client-android.md) clients
|
||||||
- Setup [Generic/Linux](client-linux.md) clients with Ansible
|
- Setup [Generic/Linux](client-linux.md) clients with Ansible
|
||||||
* Cloud setup
|
* Cloud setup
|
||||||
- Configure [Azure](cloud-azure.md)
|
- Configure [Azure](cloud-azure.md)
|
||||||
- Deploy to an [unsupported cloud provider](cloud-unsupported.md)
|
|
||||||
* Advanced Deployment
|
* Advanced Deployment
|
||||||
- Deploy to your own [FreeBSD](deploy-to-freebsd.md) server
|
- Deploy to your own [FreeBSD](deploy-to-freebsd.md) server
|
||||||
- Deploy to your own [Ubuntu 16.04](deploy-to-ubuntu.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)
|
* [FAQ](faq.md)
|
||||||
* [Troubleshooting](troubleshooting.md)
|
* [Troubleshooting](troubleshooting.md)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue