cybertunnel / Filevault-Reissue

This application prompts end users for username and password to automatically reissue a recovery key.
GNU General Public License v3.0
33 stars 4 forks source link

Version 1.2 with new keys! #3

Closed jmahlman closed 3 years ago

jmahlman commented 3 years ago
Added 2 new keys for review: Key Name Description Type Example
successAlert If suppressRecoveryKey is true, you can set this to show an alert after the key is rotated witout it being shown. By default, no alert is shown and the app will quit. Truse / False True
successKeyMessage If the successAlert key is set, you can customize the success message. By default, the message is "Successfully reissued the recovery key on this machine." String Your key has been reissued!

Also added a JSON schema config manifest for use with Jamf deployments.

Hope I did this right, my first pull request ;)