[Sks-devel] HKPS + ssl + nginx

2015-07-30 Thread Mike Forbes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, We've managed to get an HKPS cert from Kristian (thanks!) So now begins the task of trying to make HKPS and SSL and SKS all work together. Currently we're serving up our main pgp pages with our own SSL cert (https://pgp.net.nz) If we were to

Re: [Sks-devel] HKPS + ssl + nginx

2015-07-30 Thread John Zaitseff
Hi, Mike, My question is, how have other people managed to get HKPS working together with their own SSL certs? I'm doing this with the Apache web server for https://keyserver.zap.org.au/, which is part of the SSL pool. Here are the appropriate config file sections; hope this helps: # For

Re: [Sks-devel] HKPS + ssl + nginx

2015-07-30 Thread Jeremy T. Bouse
Here is my nginx configuration that I use for my server. Obviously some of it would need to be customized and it is setup to support my 3 SKS nodes. upstream sks_servers { least_conn; server 127.0.0.1:11371; server xx.xx.xx.228:11371; server xx.xx.xx.229:11371; }