diff options
author | Stef Walter <stefw@gnome.org> | 2013-01-30 15:39:28 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-02-05 15:00:25 +0100 |
commit | dbcf3c049f4aadc1d25eb952b4feabdec14cf35d (patch) | |
tree | 3e34d01ee31e4c816ee4eef35e6d09337d68378c /build | |
parent | 5df24bf0fb8532e0ebdf5f2366834848fdf6097d (diff) |
Add support for extracting to pem-bundle and pem-directory formats
Diffstat (limited to 'build')
-rw-r--r-- | build/certs/Makefile.am | 2 |
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" |