Here is the command I used to create the certs for my ldap server

openssl req -new -x509 -nodes -out server.pem -keyout server.pem -days
365

I got this from Turbo Bayour's LDAPv3-HowTo, which can be found here
http://www.bayour.com/LDAPv3-HOWTO.html.

You could probably find the more detail in the OpenSSL docs/man pages.

HTH,
Steve

On Sat, 2003-06-28 at 13:48, Lord_Devi wrote:
> I'm trying to setup Samba with LDAP and I found a pretty good howto on the subject, 
> ldap-smb-2_2-howto, at http://www.unav.es/cti/ldap-smb/ldap-smb-2_2-howto.html. 
> However it mentions setting up a section in the slapd.conf about SSL certificates:
> 
> #Server and CA Certificates
> TLSCertificateFile      /usr/local/etc2/ssl/arcos-cert.pem
> TLSCertificateKeyFile   /usr/local/etc2/ssl/arcos-key.pem
> TLSCACertificateFile    /usr/local/etc2/ssl/CAcerts
> #TLSCipherSuite         EXPORT56
> 
> And I'd really like a secure openldap server so that's all fine and dandy.. but I 
> can't find any information on actually creating the SSL certificates there that it 
> mentions. It's not in the howto.. anyone have any place to point me to or know the 
> proper procedure for creating these?
> 


--
[EMAIL PROTECTED] mailing list

Reply via email to