Skip to content

Commit d5bedb4

Browse files
committed
docs: update signing key
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
1 parent 219d11b commit d5bedb4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 SigningProvider=/sha1 8BC932FDFF15B892E8364C49B383210810E4709D
64-
set TimestampServer=http://timestamp.entrust.net/rfc3161ts2
63+
set SigningProvider=/sha1 1b3afa5e2a76bb51f00020002dccadb165689c33
64+
set TimestampServer=http://timestamp.digicert.com
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.

installer/fetcher/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ deploy: $(TARGET)
3535

3636
sign: deploy
3737
ssh $(DEPLOYMENT_HOST) '"C:\Program Files (x86)\Windows Kits\10\App Certification Kit\signtool.exe"' sign /sha1 $(SIGNING_CERTIFICATE) /fd sha256 /tr $(TIMESTAMP_SERVER) /td sha256 /d '"WireGuard Installer"' '$(DEPLOYMENT_PATH)\$(TARGET)'
38-
scp -T '$(DEPLOYMENT_HOST):$(DEPLOYMENT_PATH)\$(TARGET)' .
38+
scp -T '$(DEPLOYMENT_HOST):$(DEPLOYMENT_PATH)/$(TARGET)' .
3939

4040
.PHONY: clean deploy sign
4141

0 commit comments

Comments
 (0)