aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-25 07:56:08 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-25 07:56:16 +0200
commit66525255d0e6de13688edf080580e8f8e507c8ec (patch)
tree8c30e5bd67668e71fd50d2cde6de74eeb333b72f /README.md
parentDe-haiku wintun.proj (diff)
downloadwintun-66525255d0e6de13688edf080580e8f8e507c8ec.tar.xz
wintun-66525255d0e6de13688edf080580e8f8e507c8ec.zip
README: Be explicit about timestamp server
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 88372a8..0aa175c 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ If you possess an EV certificate for kernel mode code signing you should switch
<SignMode>ProductionSign</SignMode>
<CrossCertificateFile>$(WDKContentRoot)CrossCertificates\DigiCert_High_Assurance_EV_Root_CA.crt</CrossCertificateFile>
<ProductionCertificate>CN=WireGuard LLC, O=WireGuard LLC, L=Boulder, S=Colorado, C=US, SERIALNUMBER=4227913, OID.2.5.4.15=Private Organization, OID.1.3.6.1.4.1.311.60.2.1.2=Ohio, OID.1.3.6.1.4.1.311.60.2.1.3=US | DF98E075A012ED8C86FBCF14854B8F9555CB3D45</ProductionCertificate>
+ <TimestampServer>http://timestamp.digicert.com</TimestampServer>
</PropertyGroup>
</Project>
```