How to create and use a Master Key
|
|
Is there any chance of a step-by-step explanation of creating a certificate with Certificate Assistant for use with Knox? Great new feature. I’m just a little confused about where to start. Thanks! |
|
|
The Master Key feature in Knox 1.5 isn’t really ready for prime time yet. The reason it appeared in Knox 1.5 is that it enables administrators in managed environments to deploy Knox on dozens or even hundreds of machines and know that data will be recoverable even if an individual user loses his password. There will be an end-user friendly user interface to this feature in a future Knox release, but for now, you need to do what the professional admins do:
Any vault you create can now be opened with the Master Key. The New Vault dialog states this: This vault can also be opened with a master key. You can copy the Knox.cer file to other computers and accounts, and all vaults created can be opened with the key. What about recovery? hdiutil chpass ”/path/to/my/vault/file.sparseimage” -recover ”/path/to/my/masterkey.keychain” You will be asked for the password to the Master Key keychain, and then for a new password for the vault. Please do remember that you need both the Master Key keychain and the password to that keychain to open a vault. If you misplace either of those, there is no chance of recovery. Also, please test recovery in practice before relying on it. |