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?
Thanks,
Martin
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]