Hi!
I want to setup a test CA using OpenSSL. So I configured openssl.cnf file according to my environment. Then I executed following command
 
CA.pl -newca
 
This gave an error and it indicated that following line produced an error.
 
crlDistributionPoints = URI:ldap://<server IP>:<port>/CRLObjID=CRLPoint,o=domain
 
Than I changed this line to
 
crlDistributionPoints = URI:http://<server IP>:<port>/TestCRL/
 
and this time whole setup worked fine.
Can anybody please tell me why crlDistributionPoints failed to take an URI started with "ldap"?
 
Thanks in advance.
Regards
-Pijush
 
 

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to