From f9decfc7e787439e7813880dbb925886a658985f Mon Sep 17 00:00:00 2001 From: halderen Date: Mon, 25 Jun 2018 10:37:40 +0200 Subject: [PATCH] Issue #401 Out key isn't located at pgp.mit.edu but on the keyserver pgp.surfnet.nl. At the moment it isn't easy to upload to all keyservers. But also they key id is actually an old key, the new key in use for some time is 4FCB0B94. --- WIN32-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WIN32-NOTES.md b/WIN32-NOTES.md index 1bbed907f..82b8c3caf 100644 --- a/WIN32-NOTES.md +++ b/WIN32-NOTES.md @@ -212,7 +212,7 @@ Copy the results into `C:\build\bin\cppunit-1.13.2-x64` directory: Download the latest version of [SoftHSMv2](https://dist.opendnssec.org/source/) with its signature into `C:\build\src\` directory and verify signature of the downloaded archive: cd C:\build\src\ - gpg --keyserver pgp.mit.edu --recv-keys 4EE17CD2 + gpg --keyserver pgp.surfnet.nl --recv-keys 4FCB0B94 gpg --verify softhsm-2.x.y.tar.gz.sig softhsm-2.x.y.tar.gz "C:\Program Files\7-Zip\7z" x softhsm-2.x.y.tar.gz "C:\Program Files\7-Zip\7z" x softhsm-2.x.y.tar