From 91633c46338ddac59e2e4f1ad7f44870d471fce5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 13 Nov 2014 11:13:20 +1300 Subject: Generate gpg.conf from m4 template on make call We have to do this because gpg.conf doesn't understand tilde or environment variable expansion in the configuration file, and the only reliable way to make the ca-cert-file option work between different implementations of gpg(1) and its cURL link is to explicitly specify the path to the CA file. This is probably a better approach than installing the thing as a trusted system CA anyway, which requires root privileges that I don't really want to assume anyone installing this has. I'm also including the CA, CRL, and .pem for the SKS keyservers in this commit. This seems a lesser evil than trying to pull them with cURL or wget at make(1) time. --- gnupg/sks-keyservers.net/README.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gnupg/sks-keyservers.net/README.markdown (limited to 'gnupg/sks-keyservers.net/README.markdown') diff --git a/gnupg/sks-keyservers.net/README.markdown b/gnupg/sks-keyservers.net/README.markdown new file mode 100644 index 00000000..aca7ac2a --- /dev/null +++ b/gnupg/sks-keyservers.net/README.markdown @@ -0,0 +1,10 @@ +sks-keyservers.net CA, CRL, and signature +========================================= + +These files are downloaded from links on the [sks-keyservers.net][1] overview +page. I've included both their signature file and the revocation list, but it's +your responsibility to make sure that everything here is verified to your +satisfaction. + +[1]: https://sks-keyservers.net/overview-of-pools.php + -- cgit v1.2.3