aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-25 08:17:28 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-25 08:42:44 +0200
commit43610d09e036b5009b8a567e74b75d49c3b2031c (patch)
treef003c77154fe15d73b5f9212571b5e005c94dd8d /README.md
parentui: simpler wireguard window name (diff)
downloadwireguard-windows-43610d09e036b5009b8a567e74b75d49c3b2031c.tar.xz
wireguard-windows-43610d09e036b5009b8a567e74b75d49c3b2031c.zip
build: improve signature and version situation
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index ca9c35ce..9b020b63 100644
--- a/README.md
+++ b/README.md
@@ -36,3 +36,12 @@ After you've built the application, run `wireguard.exe` to install the manager s
```
C:\Projects\wireguard-windows> wireguard
```
+
+### Signing Binaries
+
+Add a file called `sign.bat` in the root of this repository with these contents, or similar:
+
+```
+set SigningCertificate=DF98E075A012ED8C86FBCF14854B8F9555CB3D45
+set TimestampServer=http://timestamp.digicert.com
+```