summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Kern <pkern@debian.org>2008-03-19 15:08:11 +0100
committerPhilipp Kern <pkern@debian.org>2008-03-19 15:14:48 +0100
commit804ef142622914be4adddbb09238f39c5d6a9a80 (patch)
tree9cf7d4cccf7f5688b982f259f2aae63a4a52d4a2 /Makefile
parentf17c8aa2c7651ec3506e35cf8261e4d56761d296 (diff)
downloadca-certificates-804ef142622914be4adddbb09238f39c5d6a9a80.tar.gz
Added Deutsche Telekom Root CA 2.
Deutsche Telekom Root CA 2 is soon to be included in Mozilla's trust store and it is already included in Microsoft's. It is owned by T-Telesec, a subsidiary of Deutsche Telekom. This CA certifies other CAs, like e.g. the DFN PKI, which certifies state and federal institutions like universities in Germany. Signed-off-by: Philipp Kern <pkern@debian.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d72dda5..5bf61e3 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@
CERTSDIR = /usr/share/ca-certificates
SUBDIRS = spi-inc.org debconf.org mozilla \
- cacert.org brasil.gov.br signet.pl quovadis.bm
+ cacert.org brasil.gov.br signet.pl quovadis.bm \
+ telesec.de
all:
for dir in $(SUBDIRS); do \