On Tue, Dec 07, 2004, [EMAIL PROTECTED] wrote:

> Hi
> 
> I'd like to create certificates that have a crlDistributionPoint set to 
> X509v3 CRL Distribution Points:
>     DirName:/DC=NET/DC=Company/CN=mycrl
> 
> I've set inside openssl.cnf
> 
> crlDistributionPoint = @dirname_cdp
> 
> [ dirname_cdp ]
> dirName = dir_name
> 
> [ dir_name ]
> DC=NET
> DC=Company
> CN=mycrl
> 
> But then inside the certificate I only get
> X509v3 CRL Distribution Points:
>     DirName:/DC=Company/CN=mycrl
> 
> I've also tried
> [ dir_name ]
> DC.1=NET
> DC.2=Company
> CN=mycrl
> 
> But then, I get an error while signing the request.
> 
> Is there a way to generate certificate with a CDP of
> X509v3 CRL Distribution Points:
>     DirName:/DC=NET/DC=Company/CN=mycrl
> 

Use 1.DC, 2.DC instead.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to