Skip to content

Commit dbc8cbb

Browse files
authored
Merge pull request #134 from gregsskyles/win-serials-to-1.19.1
Update serial numbers for Windows artifacts through v1.19.1
2 parents 8f03c50 + 8ae1c28 commit dbc8cbb

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/security/verify-installers.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,23 @@ If shown, you can ignore the following warning:
2626

2727
`gpg: WARNING: This key is not certified with a trusted signature!`
2828

29-
## Windows (exe) {#windows}
29+
## Windows (exe, msi) {#windows}
3030

3131
Our Windows installers are signed using a code signing certificate. You can verify the signature in five simple steps:
3232

3333
<Image src="/img/security/verify-win-installer.png" srcset=" /img/security/verify-win-installer 1x, /img/security/verify-win-installer@2x.png 2x" alt="How to check the code signing certificate on Windows" width="1316" height="767" />
3434

3535
1. Right click on the file and click on Properties.
36-
2. Select the Digital Signatures tab: It should show a signature by `Skymatic GmbH`.
37-
3. Click on Details.
36+
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.
38+
3. Click on the first signature, and then click Details.
3839
4. Click on View Certificates.
39-
5. Click on Details. The serial number of our certificate should be:
40-
- For releases since July 14, 2022: `d77e4f8b938f56ae265cd08e9193490c`
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`
4146
- For releases from July 3, 2019 to July 3, 2022: `63c45bff1a148d60ed2994d3a2639034`
4247

4348
## macOS (app) {#macos}

0 commit comments

Comments
 (0)