Skip to content

Commit f0f9b80

Browse files
committed
Use versions instead of dates for windows installer check section
1 parent dbc8cbb commit f0f9b80

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/security/verify-installers.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,17 @@ Our Windows installers are signed using a code signing certificate. You can veri
3434

3535
1. Right click on the file and click on Properties.
3636
2. Select the Digital Signatures tab: It should show one or more signatures by `Skymatic GmbH` under Embedded Signatures.
37-
- For releases since 1.17.1, the `exe` release artifact will have two signatures, and the `msi` release artifact will have one signature.
37+
- For releases since 1.18.0, the `exe` release artifact will have two signatures, and the `msi` release artifact will have one signature.
3838
3. Click on the first signature, and then click Details.
3939
4. Click on View Certificates.
40-
5. Click the Details tab. The serial number of our certificate should be:
41-
- For release version 1.19.1: `33000852bd6c3a151ff92180ee0000000852bd`
42-
- For release version 1.19.0: `3300083c47651e1daeb99b00eb000000083c47`
43-
- For release version 1.18.1: `330007d28ad57305892a81cac600000007d28a`
44-
- For release version 1.18.0: `3300052c3561155e2baf361702000000052c35`
45-
- For releases since July 14, 2022 to July 8, 2025 (version 1.17.1): `d77e4f8b938f56ae265cd08e9193490c`
46-
- For releases from July 3, 2019 to July 3, 2022: `63c45bff1a148d60ed2994d3a2639034`
40+
5. Click the Details tab. The serial number of our main certificate depends on the Cryptomator version:
41+
- Version 1.19.1: `33000852bd6c3a151ff92180ee0000000852bd`
42+
- Version 1.19.0: `3300083c47651e1daeb99b00eb000000083c47`
43+
- Version 1.18.1: `330007d28ad57305892a81cac600000007d28a`
44+
- Version 1.18.0: `3300052c3561155e2baf361702000000052c35`
45+
- Versions 1.6.11 to 1.17.1: `00d77e4f8b938f56ae265cd08e9193490c`
46+
- Versions 1.4.12 to 1.6.10: `63c45bff1a148d60ed2994d3a2639034`
47+
- Versions up to 1.4.11: not signed
4748

4849
## macOS (app) {#macos}
4950

0 commit comments

Comments
 (0)