Re: AGAIN: Query on CRL distribution point

2006-12-19 Thread Dr. Stephen Henson
On Tue, Dec 19, 2006, [EMAIL PROTECTED] wrote: > > Thanx for your reply. I found that x509_config page before. But to be > honest, the cdp part didn't help me very much with the particular comma > problem. And, by the way, the second error below and the "value=cdp_sect" > message results from my

Re: AGAIN: Query on CRL distribution point

2006-12-18 Thread Dr. Stephen Henson
On Mon, Dec 18, 2006, [EMAIL PROTECTED] wrote: > > Hi all, > > I am just worling on a certificate profile an I need to include a cdp in the > following form: > > ldap://my.company.com/CN=Name,OU=Department,O=Company,C=DE?certificateRevocationList > > So the cdp should point to the crl in a d

Re: AGAIN: Query on CRL distribution point

2006-12-18 Thread Kyle Hamilton
You could put the commas in the URL in an escaped form. (The escape for ',' is "%2C".) ldap://my.company.com/CN=Name%2COU=Department%2CO=Company%2CC=DE?certificateRevocationList -Kyle H On 12/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi all, I am just worling on a certificate prof