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
2006 01:59
> An: openssl-users@openssl.org
> Betreff: Re: AGAIN: Query on CRL distribution point
>
> 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 f
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
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
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 directory on a certain server and the
access protocal is ldap.
>