You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/security/verify-installers.md
+23-2Lines changed: 23 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,5 +37,26 @@ Our Windows installers are signed using a code signing certificate. You can veri
37
37
3. Click on Details.
38
38
4. Click on View Certificates.
39
39
5. Click on Details. The serial number of our certificate should be:
40
-
- For releases since July 14, 2022: `d77e4f8b938f56ae265cd08e9193490c`
41
-
- For releases from July 3, 2019 to July 3, 2022: `63c45bff1a148d60ed2994d3a2639034`
40
+
- For releases since July 14, 2022: `d77e4f8b938f56ae265cd08e9193490c`
41
+
- For releases from July 3, 2019 to July 3, 2022: `63c45bff1a148d60ed2994d3a2639034`
42
+
43
+
## macOS (app) {#macos}
44
+
45
+
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:
46
+
47
+
1. Open Terminal (found in Applications > Utilities).
48
+
2. Run the following command to check the signature:
49
+
```
50
+
codesign -dv /Applications/Cryptomator.app
51
+
```
52
+
3. Verify that the output includes:
53
+
-`TeamIdentifier=YZQJQUHA3L`
54
+
- The signature should be valid with no errors
55
+
56
+
If the app is properly signed, you should see output similar to:
0 commit comments