Hi,
this is more an OpenSSL than an OpenCA one :)
Chiah Tong Eng wrote:
i'm trying to habe an LDAP URI in my CDP path instead of using a http path
i discovered something strange.
i went into User.ext configuration file in the extfiles.
i configured the CDP as
crlDistributionPoints = URI:ldap://acme.com.sg/cn=crl,o=acme
However when i try to generate and then issue the certificate, i get the following error
You use a "," inside the CDP definition. This is not possible if you use the single line configuration method of OpenSSL. Please try the following (we use this style to):
-----
crlDistributionPoints = @CDPsection
[ CDPsection ]
URI.1=ldap://acme.org.sg/cn=crl,o=acme
-----
You can read another description of this in the OpenSSL sources (doc/openssl.txt).
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
