On Thu, Nov 27, 2003, Martin Plenk wrote:

> Hello,
> 
> In my crlDistributionPoints I need an LDAP-entry like 
> ldap://x500.test.de/CN=CA Test, OU=Test, O=Test-PKI, 
> C=DE?certificateRevocationList
> 
> In Single-Line-Format openssl interprets the comma as Separators.
> It should be possible to get the commas with the multi line format.
> I searched for some examples openssl.cnf with Multiline.
> I found an example for subjectAltName with
> subjectAltname = @altsection
> [altsection)
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
> I tried with
> 
> crlDistributionPoints= @testsection
> [testsection]
> URI.1=ldap://x500.test.de/CN=CA Test, OU=Test, O=Test-PKI, 
> C=DE?certificateRevocationList
> 
> but it did not work.
> What do I have to write in my [testsection] to get it work?
> 

That same line works fine here. What error message do you get?

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