diff options
author | Stef Walter <stefw@gnome.org> | 2012-12-17 11:04:42 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-02-05 14:54:53 +0100 |
commit | a286df75050db8b306685cb22e491d11be842584 (patch) | |
tree | 4b13620f177f0bdb4f716a3b72876cad9db92c8e /build | |
parent | 5147d71466455b3d087b3f3a7472a35e8216c55a (diff) |
Add support for parsing PEM files
Diffstat (limited to 'build')
-rw-r--r-- | build/certs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/certs/Makefile.am b/build/certs/Makefile.am index 03dca0d..b0439a4 100644 --- a/build/certs/Makefile.am +++ b/build/certs/Makefile.am @@ -8,6 +8,7 @@ TRUST = $(top_srcdir)/trust/tests prepare-certs: cp -v cacert3.der $(TRUST)/anchors cp -v cacert3.der $(TRUST)/files + openssl x509 -in cacert3.der -inform DER -out $(TRUST)/files/cacert3.pem cp -v cacert-ca.der $(TRUST)/certificates cp -v cacert-ca.der $(TRUST)/files cp -v self-server.der $(TRUST)/files |