summaryrefslogtreecommitdiff
path: root/build/certs
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-12-17 21:41:44 +0100
committerStef Walter <stefw@gnome.org>2013-02-05 14:54:53 +0100
commit1f47fbffe1befb30a1bd3dfcec079a8a9f2fd957 (patch)
tree39d5eed18cd7a47940562fc3b11b398d1a8cf020 /build/certs
parent75654253498993ff1638e0e64440c335b54df1db (diff)
Test a TRUSTED CERTIFICATE without any trust OIDs
Diffstat (limited to 'build/certs')
-rw-r--r--build/certs/Makefile.am2
-rw-r--r--build/certs/redhat-newca.derbin0 -> 948 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/build/certs/Makefile.am b/build/certs/Makefile.am
index f8ec1c2..a1a7017 100644
--- a/build/certs/Makefile.am
+++ b/build/certs/Makefile.am
@@ -14,6 +14,8 @@ prepare-certs:
-setalias "Custom Label"
cp -v cacert-ca.der $(TRUST)/certificates
cp -v cacert-ca.der $(TRUST)/files
+ openssl x509 -in redhat-newca.der -inform DER -out $(TRUST)/files/distrusted.pem \
+ -addreject clientAuth -setalias "Red Hat Is the CA"
cp -v self-server.der $(TRUST)/files
cp -v self-signed-with-eku.der $(TRUST)/certificates
cp -v self-signed-with-ku.der $(TRUST)/certificates
diff --git a/build/certs/redhat-newca.der b/build/certs/redhat-newca.der
new file mode 100644
index 0000000..affae24
--- /dev/null
+++ b/build/certs/redhat-newca.der
Binary files differ