summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/certs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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"