home *** CD-ROM | disk | FTP | other *** search
/ Internet Treasure Chest Quick Start / Internet_Treasure_Chest_Quick_Start_CD-ROM_2001.iso / el / access / ocsp.con < prev    next >
Text File  |  2000-07-06  |  1KB  |  51 lines

  1.  
  2. # Begin Sample File
  3.  
  4. # PCA1 ROOT, uses file-prefix
  5. ENTRY=CERT FILE DER ROOT
  6. READ=pca1ss.509
  7.  
  8. # PCA2 ROOT, uses file-prefix
  9. ENTRY=CERT FILE DER ROOT
  10. READ=pca2ss.509
  11.  
  12. # PCA3 ROOT, uses file-prefix
  13. ENTRY=CERT FILE DER ROOT
  14. READ=pca3ss.509
  15.  
  16. #OBJECTSIGNING CA
  17. ENTRY=CERT FILE DER
  18. READ=objectsigningc3ca.509
  19.  
  20.  
  21. # PCA1 CRL, uses url-prefix
  22. # ENTRY=CRL URL DER
  23. # READ=pca1.crl
  24.  
  25. # From ldap:
  26. ENTRY=CRL URL DER
  27. READ_NO_PREFIX=ldap://directory.verisign.com/ou=Class 1 Public Primary Certification Authority, o="VeriSign, Inc.", c=US?authorityRevocationList;binary
  28.  
  29.  
  30.  
  31. # PCA2 CRL, uses url-prefix
  32. # ENTRY=CRL URL DER
  33. # READ=pca2.crl
  34.  
  35. # From ldap:
  36. ENTRY=CRL URL DER
  37. READ_NO_PREFIX=ldap://directory.verisign.com/ou=Class 2 Public Primary Certification Authority, o="VeriSign, Inc.", c=US?authorityRevocationList;binary
  38.  
  39.  
  40.  
  41. # PCA3 CRL, uses url-prefix
  42. # ENTRY=CRL URL DER
  43. # READ=pca3.crl
  44.  
  45. # From ldap:
  46. ENTRY=CRL URL DER
  47. READ_NO_PREFIX=ldap://directory.verisign.com/ou=Class 3 Public Primary Certification Authority, o="VeriSign, Inc.", c=US?authorityRevocationList;binary
  48.  
  49.  
  50. # End Sample File
  51.