diff share/ca-certs/Makefile.am @ 25164:f59cfb686b02

Add a second chain of SSL certificates now necessary for OSCAR SSL Within the last few days, AOL has started updating their servercertificates. This set comes off of the America Online Root Certification Authority 1 root using a new intermediate CA (retrieved from https://pki-info.aol.com/AOLMSPKI). Certificate: Data: Version: 3 (0x2) Serial Number: 1879051480 (0x70000cd8) Signature Algorithm: sha1WithRSAEncryption Issuer: C=US, ST=Virginia, L=Dulles, O=America Online Inc., CN=AOL Member CA Validity Not Before: Feb 23 21:01:12 2009 GMT Not After : Feb 23 21:01:12 2011 GMT Subject: C=US, ST=Virginia, L=Dulles, O=AOL LLC, OU=People Networks Operations, CN=bos.oscar.aol.com/emailAddress=core-msg@listserv.sup.aol.com
author Paul Aurich <paul@darkrain42.org>
date Wed, 25 Feb 2009 23:19:53 +0000
parents d455f320c914
children e22fa2cc6c46
line wrap: on
line diff
--- a/share/ca-certs/Makefile.am	Wed Feb 25 21:56:47 2009 +0000
+++ b/share/ca-certs/Makefile.am	Wed Feb 25 23:19:53 2009 +0000
@@ -1,4 +1,5 @@
 CERTIFICATES = \
+		America_Online_Root_Certification_Authority_1.pem \
 		CAcert_Root.pem \
 		CAcert_Class3.pem \
 		Equifax_Secure_CA.pem \
@@ -9,6 +10,7 @@
 		VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
 
 EXTRA_CERTS = \
+		AOL_Member_CA.pem \
 		Microsoft_Internet_Authority.pem \
 		Microsoft_Secure_Server_Authority.pem \
 		VeriSign_International_Server_Class_3_CA.pem