Add default OCSP responder for trustwave. b=497184 r=johnath sr=kaie

This commit is contained in:
Paul Kehrer 2009-07-16 11:40:24 -04:00
Родитель 59458f68ea
Коммит ec00532cf8
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1122,6 +1122,12 @@ static struct OCSPDefaultResponders myDefaultOCSPResponders[] = {
"CN=GlobalSign Extended Validation CA,O=GlobalSign,OU=Extended Validation CA",
nsnull, "NLH5yYxrNUTMCGkK7uOjuVy/FuA=", nsnull,
"http://ocsp.globalsign.com/ExtendedSSL"
},
/* Trustwave */
{
"CN=SecureTrust CA,O=SecureTrust Corporation,C=US",
nsnull, "QjK2FvoE/f5dS3rD/fdMQB1aQ68=", nsnull,
"http://ocsp.trustwave.com"
}
};