JAWA - Version 3.0.2
JAWA 3.0.2
Installation Steps:
- Complete server requirements
- Rename certificate to jawa.crt and the private key to jawa.key
- Ensure you are in the same directory as your jawa.crt and jawa.key
- Download and run JAWA installer:
-
Ubuntu installer:
curl -O https://raw.githubusercontent.com/jamf/JAWA/master/bin/ubuntu_installer.sh && sudo bash ./ubuntu_installer.sh
-
RHEL installer:
curl -O https://raw.githubusercontent.com/jamf/JAWA/master/bin/rhel_installer.sh && sudo bash ./rhel_installer.sh
-
- After installation completes, navigate to your FQDN/IP (i.e., https://jawa.company.com) in your web browser to continue with the web-based setup
v3.0.2 release notes
- New features
- added events
SmartGroupUserMembershipChange
andDeviceAddedToDEP
to Jamf Webhooks (resolving #25) - added 'Custom' frequency for Timed Automations
- Timed Automations can now be edited
- added events
- Installer:
- improved safety checks and error handling