Builds a .mobileconfig managed-preferences profile for the app.screenproof domain. Everything runs in this page — no data leaves your machine. Every key is optional: an omitted key leaves the app's safe default in force and user-editable. Only settings you explicitly choose below are emitted.
| Key | Type | Value | Effect |
|---|
Every major MDM re-signs (or encrypts) profiles on delivery, so uploading this file unsigned is the norm. If your org wants a signed file anyway (e.g. for manual installs), sign it with a certificate from your keychain:
security cms -S -N "Common Name of signing cert" -i screenproof-managed.mobileconfig -o signed.mobileconfig
More admin guides: Screenproof knowledge base.