Update README.md

This commit is contained in:
Dan Guido 2017-05-23 11:36:04 -04:00 committed by GitHub
parent 695f9936a0
commit e13a76d1f3

View file

@ -100,7 +100,7 @@ Certificates and configuration files that users will need are placed in the `con
No version of Android supports IKEv2. Install the [strongSwan VPN Client for Android 4 and newer](https://play.google.com/store/apps/details?id=org.strongswan.android). Import the corresponding user.p12 certificate to your device. See the [Android setup instructions](/docs/client-android.md) for more a more detailed walkthrough. No version of Android supports IKEv2. Install the [strongSwan VPN Client for Android 4 and newer](https://play.google.com/store/apps/details?id=org.strongswan.android). Import the corresponding user.p12 certificate to your device. See the [Android setup instructions](/docs/client-android.md) for more a more detailed walkthrough.
### Windows ### Windows 10
Copy your PowerShell script `windows_{username}.ps1` and p12 certificate `{username}.p12` to the Windows client and run the following command as Administrator to configure the VPN connection. Copy your PowerShell script `windows_{username}.ps1` and p12 certificate `{username}.p12` to the Windows client and run the following command as Administrator to configure the VPN connection.
``` ```
@ -168,7 +168,6 @@ If you find yourself regularly logging into Algo then it will be useful to load
`ssh-add ~/.ssh/algo > /dev/null 2>&1` `ssh-add ~/.ssh/algo > /dev/null 2>&1`
## Adding or Removing Users ## Adding or Removing Users
If you chose the save the CA certificate during the deploy process, then Algo's own scripts can easily add and remove users from the VPN server. If you chose the save the CA certificate during the deploy process, then Algo's own scripts can easily add and remove users from the VPN server.