fosiul alam wrote:
Hi,
I have created the certificate by using
"https://raw.github.com/richm/scripts/master/setupssl2.sh";

and it working fine,

But I need to get the CA certificate in pem format which will have to
in /etc/openldap/cacertificate directory as I get this when trying to
setup ldap authentiation

  To connect to a LDAP server with TLS       │
                                                        │ protocol
enabled you need a CA certificate │
                                                        │ which signed
your server's certificate.    │
                                                        │ Copy the
certificate in the PEM format to  │
                                                        │ the
'/etc/openldap/cacerts' directory.     │
                                                        │ Then press OK.


Can any one pleaese tel me, how will i get the certificate ??

Please advise.

# certutil -L -d /etc/dirsrv/slapd-YOUR-INSTANCE -n "your CA nickname" -a

To get a list of nicknames in the NSS database run:

# certutil -L -d /etc/dirsrv/slapd-YOUR-INSTANCE

rob
--
389 users mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/389-users

Reply via email to