Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-h committed Mar 16, 2020
1 parent 550ba1d commit e44afc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Generates a macOS VPN .mobileconfig file without needing ProfileManager on macOS Server

Run it like so:
./generator.py --username=kai --password=Password123 --secret=Shared$ecret! vpn=vpn.automatica.com.au company=Automatica
./generator.py --username=kai --password=Password123 --secret=Shared$ecret! --vpn=vpn.automatica.com.au --company=Automatica

Please note that a configuration profile from Profile Manager will mask the Shared Secret in the plist file by base64 encoding it. This generator puts it in as a string so it's visible in the plist if anyone cares to look. It's trivial to decode the base64 string anyway, and as I couldn't easily work out how to put a <data> object in the plist, I didn't bother.

0 comments on commit e44afc6

Please sign in to comment.