From 6a12897643fdadcc6b3d8d3cdfa3db88ceed0782 Mon Sep 17 00:00:00 2001 From: Ted To Date: Sat, 8 Sep 2018 09:29:31 -0400 Subject: [PATCH] clarify successful install message and iOS install instructions --- README.md | 2 +- config.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26440fd3..46ccd845 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Certificates and configuration files that users will need are placed in the `con ### Apple Devices -**Send users their Apple Profile.** Find the corresponding mobileconfig (Apple Profile) for each user and send it to them over AirDrop or other secure means. Apple Configuration Profiles are all-in-one configuration files for iOS and macOS devices. On macOS, double-clicking a profile to install it will fully configure the VPN. On iOS, users are prompted to install the profile as soon as the AirDrop is accepted. +**Send users their Apple Profile.** Find the corresponding mobileconfig (Apple Profile) for each user and send it to them over AirDrop or other secure means. Apple Configuration Profiles are all-in-one configuration files for iOS and macOS devices. On macOS, double-clicking a profile to install it will fully configure the VPN (user will be prompted for the p12 password printed following successful server installation). On iOS, users are prompted to install the profile as soon as the AirDrop is accepted. **Turn on the VPN.** On iOS, connect to the VPN by opening Settings and clicking the toggle next to "VPN" near the top of the list. On macOS, connect to the VPN by opening System Preferences -> Network, finding Algo VPN in the left column and clicking "Connect." On macOS, check "Show VPN status in menu bar" to easily connect and disconnect from the menu bar. diff --git a/config.cfg b/config.cfg index c838a640..58d7d84c 100644 --- a/config.cfg +++ b/config.cfg @@ -81,7 +81,7 @@ congrats: "# and ensure that all your traffic passes through the VPN. #" "# Local DNS resolver {{ local_service_ip }} #" p12_pass: | - "# The p12 and SSH keys password for new users is {{ p12_export_password }} #" + "# The p12 and SSH keys password for all regular users is {{ p12_export_password }} #" ca_key_pass: | "# The CA key password is {{ CA_password }} #" ssh_access: |