- Obviate need to copy separate script and certificate files
- Allow execution from any directory, not just the script's parent
directory (no assumption of any particular working directory)
- Fix docs that neglected to mention copying cacert.pem
- Fix docs that incorrectly referred to the user cert store
As part of this work, rewrite the windows_client.ps1.j2 deployment
script template
- Add comment-based help
- Require admin privileges
- Use a Param() block
- Use parameter sets with -Add and -Remove switches
- Add the -GetInstalledCerts switch, to list any Algo certificates
installed the machine's cert store
- Add the -SaveCerts switch, to save the embedded certificates to files
- Put Jinja2 variables inside Powershell variables,
- Use native Powershell cmdlets rather than shell out to certutil.exe
- Add a playbook to regenerate the windows_USER.ps1 scripts
* Update client-android.md
Changed Installation via profiles sections - Opening the helper html file in Chrome (v65.0.3325.109 on Android 6.0.1) does not work correctly.
* Update client-android.md
* Update client-android.md
* Creates a Docker container to run algo
* Simplistic testing of the Docker image
This simply uses the same LXC system that was just tested.
It's functional, but minimal.
* More thorough tests against Docker
This doubles the number of LXC containers in use,
but does provide a more thorough test of the Docker
image.
* Update to deploy-to-ubuntu.md
A fresh install (Off CD / ISO) doesn't include python-pip or python virtualenv module.
The fixes above take care of the additional requirements, as well as updating pip.
* Update deploy-to-ubuntu.md
Fix Typo
* Add additional Gloud Cloud Engine zones.
Add GCE zones for Northern Virginia (us-east4), Singapore
(asia-southeast1), and Tokyo (asia-northeast1) regions.
* Update possible GCE zones in documentation.
Going through the installation process it appears that you're missing the following calls: `ec2:describeAddresses` and `ec2:allocateAddress`. This change fixes that.
* Update TROUBLESHOOTING.md
Added example for problems with MTU size on Linux(Ubuntu)
* Update troubleshooting.md
* fix Advanced Usage broken link (#399)
* Update TROUBLESHOOTING.md
Added example for problems with MTU size on Linux(Ubuntu)