diff --git a/docs/security/verify-installers.md b/docs/security/verify-installers.md index a46da38..3939707 100644 --- a/docs/security/verify-installers.md +++ b/docs/security/verify-installers.md @@ -45,8 +45,9 @@ Our Windows installers are signed using a code signing certificate. You can veri On macOS, you can verify the code signature of the Cryptomator app using the built-in `codesign` utility. This verification confirms the app's authenticity and integrity: 1. Open Terminal (found in Applications > Utilities). -2. Run the following command to check the signature: +2. Run either of the following commands to check the signature of the corresponding file: ``` + codesign -dv ~/Downloads/Cryptomator-*.dmg codesign -dv /Applications/Cryptomator.app ``` 3. Verify that the output includes: