Skip to content

Commit a118034

Browse files
how to check .dmg signature
1 parent 1126cb5 commit a118034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/security/verify-installers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ Our Windows installers are signed using a code signing certificate. You can veri
4545
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:
4646

4747
1. Open Terminal (found in Applications > Utilities).
48-
2. Run the following command to check the signature:
48+
2. Run either of the following command to check the signature:
4949
```
50+
codesign -dv ~/Downloads/Cryptomator-*.dmg
5051
codesign -dv /Applications/Cryptomator.app
5152
```
5253
3. Verify that the output includes:

0 commit comments

Comments
 (0)