Re: CRL Distribution points and CA hierarchy

2002-05-16 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 15 May 2002 14:06:41 +0200, "Maxime Dubois" <[EMAIL PROTECTED]> said: maxime.dubois> I have 3 CAs: 1 rootCA and two sub CAs (subCA1 and subCA2) signed by rootCA. maxime.dubois> The CDP in subCA1 and subCA2 certs points to the rootCA CRL. maxime.dubois> The

Re: CRL Distribution Points

2001-04-02 Thread Ferdinando Ricchiuti
You can add any URL or URN identifiers. However, some applications may or may not recognize your identifier. If your application is Netscape Navigator or IE, there are no problems sice both supports LDAP URL schema. Both LDAP and HTTP are the most widely used. Reiner Buehl wrote: > > Hello, >

RE: CRL Distribution Points

2001-04-02 Thread Reiner Buehl
Hello, > All you need is to modify the openssl.cnf and insert > a line like this in the Certificate Extensions section > > crlDistributionPoints=URI:http://www.my.com/my.crl,URI:http://www. > oth.com/my.crl > > See doc/openssl.txt in the distribution source tree for more > information. Is a ht

Re: CRL Distribution Points

2001-04-02 Thread Ferdinando Ricchiuti
All you need is to modify the openssl.cnf and insert a line like this in the Certificate Extensions section crlDistributionPoints=URI:http://www.my.com/my.crl,URI:http://www.oth.com/my.crl See doc/openssl.txt in the distribution source tree for more information. Glenn Horton wrote: > >