[debian-edu-commits] debian-edu/ 01/01: Add _pgpkey-http and _pgpkey-https SRV records to allow GnuPG users to find keyservers automatically. Point them to pool.sks-keyservers.net.

Petter Reinholdtsen pere at moszumanska.debian.org
Tue Sep 9 18:00:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository debian-edu-config.

commit c2eb8a77bd5c2d6350da908af918257c38d590c4
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Tue Sep 9 20:00:12 2014 +0200

    Add _pgpkey-http and _pgpkey-https SRV records to allow GnuPG users to find keyservers automatically.  Point them to pool.sks-keyservers.net.
---
 debian/changelog              |  2 ++
 ldap-bootstrap/dns_skole.ldif | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index da9d1db..f9014a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ debian-edu-config (1.726) UNRELEASED; urgency=low
     find required pxelinux modules.
   * Extend testsuite/pxeinstall to test TFTP download of pxelinux.0 to
     check if the server is working and the required file is available.
+  * Add _pgpkey-http and _pgpkey-https SRV records to allow GnuPG users to
+    find keyservers automatically.  Point them to pool.sks-keyservers.net.
 
  -- Petter Reinholdtsen <pere at debian.org>  Tue, 09 Sep 2014 16:00:27 +0200
 
diff --git a/ldap-bootstrap/dns_skole.ldif b/ldap-bootstrap/dns_skole.ldif
index 5ef2253..ef360dd 100644
--- a/ldap-bootstrap/dns_skole.ldif
+++ b/ldap-bootstrap/dns_skole.ldif
@@ -237,3 +237,22 @@ objectClass: domainRelatedObject
 dc: _kerberos
 associatedDomain: _kerberos.intern
 tXTRecord: INTERN
+
+# OpenPGP/GnuPG HKP keyservers
+dn: dc=_pgpkey-http,dc=_tcp,dc=intern,ou=dns,dc=skole,dc=skolelinux,dc=no
+objectClass: top
+objectClass: dNSDomain
+objectClass: dNSDomain2
+objectClass: domainRelatedObject
+dc: _pgpkey-http
+associatedDomain: _pgpkey-http._tcp.intern
+sRVRecord: 0 100 11371 pool.sks-keyservers.net
+
+dn: dc=_pgpkey-https,dc=_tcp,dc=intern,ou=dns,dc=skole,dc=skolelinux,dc=no
+objectClass: top
+objectClass: dNSDomain
+objectClass: dNSDomain2
+objectClass: domainRelatedObject
+dc: _pgpkey-https
+associatedDomain: _pgpkey-https._tcp.intern
+sRVRecord: 0 10 443 pool.sks-keyservers.net

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list