aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-12-22 01:10:00 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-12-22 01:10:00 +0100
commitfa952668dc09439f8e3f9fd5a89b3ab81064c6b3 (patch)
tree5733029711d84b3c4ab8df66e3384e52c07e83bf
parentglobal: use syscall.SyscallN (diff)
downloadwireguard-windows-fa952668dc09439f8e3f9fd5a89b3ab81064c6b3.tar.xz
wireguard-windows-fa952668dc09439f8e3f9fd5a89b3ab81064c6b3.zip
docs: new code signing certificate
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--docs/buildrun.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/buildrun.md b/docs/buildrun.md
index 209c57ac..3d356f2a 100644
--- a/docs/buildrun.md
+++ b/docs/buildrun.md
@@ -60,8 +60,8 @@ C:\Projects\wireguard-windows\installer> build
Add a file called `sign.bat` in the root of this repository with these contents, or similar:
```text
-set SigningCertificate=DF98E075A012ED8C86FBCF14854B8F9555CB3D45
-set TimestampServer=http://timestamp.digicert.com
+set SigningCertificate=8BC932FDFF15B892E8364C49B383210810E4709D
+set TimestampServer=http://timestamp.entrust.net/rfc3161ts2
```
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.