Skip to content

Commit fa95266

Browse files
committed
docs: new code signing certificate
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent ddb87f3 commit fa95266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/buildrun.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ C:\Projects\wireguard-windows\installer> build
6060
Add a file called `sign.bat` in the root of this repository with these contents, or similar:
6161

6262
```text
63-
set SigningCertificate=DF98E075A012ED8C86FBCF14854B8F9555CB3D45
64-
set TimestampServer=http://timestamp.digicert.com
63+
set SigningCertificate=8BC932FDFF15B892E8364C49B383210810E4709D
64+
set TimestampServer=http://timestamp.entrust.net/rfc3161ts2
6565
```
6666

6767
After, run the above `build` commands as usual, from a shell that has [`signtool.exe`](https://docs.microsoft.com/en-us/windows/desktop/SecCrypto/signtool) in its `PATH`, such as the Visual Studio 2017 command prompt.

0 commit comments

Comments
 (0)