Get a base-64 encoded string
In order to use the SendRequest
action with Octory PRO, it is required that you provide the credentials to access to your MDM API. Those crendentials are then safely stored in the system kechain.
The base64
command provides a simple way to get this string.
printf "username:password" | iconv -t ISO-8859-1 | base64 -i -
Discover more
base64
command manual page- Learn more about Octory PRO actions
- Learn how Octory uses a privileged Helper to safely store the credentials in the system keychain.