From dbcf3c049f4aadc1d25eb952b4feabdec14cf35d Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 30 Jan 2013 15:39:28 +0100 Subject: Add support for extracting to pem-bundle and pem-directory formats --- build/certs/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build') diff --git a/build/certs/Makefile.am b/build/certs/Makefile.am index a272c04..1c30521 100644 --- a/build/certs/Makefile.am +++ b/build/certs/Makefile.am @@ -11,6 +11,8 @@ prepare-certs: cp -v cacert3.der $(TRUST)/files cp -v cacert3.der $(TOOLS)/files openssl x509 -in cacert3.der -inform DER -out $(TRUST)/files/cacert3.pem + openssl x509 -in cacert3.der -inform DER -out $(TOOLS)/files/cacert3.pem + cat $(TOOLS)/files/cacert3.pem $(TOOLS)/files/cacert3.pem > $(TOOLS)/files/cacert3-twice.pem openssl x509 -in cacert3.der -inform DER -out $(TRUST)/files/cacert3-trusted.pem \ -addtrust clientAuth -addtrust serverAuth -addreject emailProtection \ -setalias "Custom Label" -- cgit v1.1