Hello

On Sat, Jul 28, 2012 at 3:44 PM, fosiul alam <expertalert@gmail.com> wrote:
Hi
Thanks for reply.
but there is a problem ..
is there  is the example

certutil -d . -L

Certificate Nickname                                         Trust Attributes
                                                             SSL,S/MIME,JAR/XPI

CA certificate                                               CTu,u,u
server-cert                                                  u,u,u
Server-Cert                                                  u,u,u
[root@ldap-2 slapd-ldap-2]# certutil -d . -L -n "CA Certificate" -a > /root/ds-ca.crt
certutil: Could not find cert: CA Certificate
: File not found.

so it does not find the file ..

whats shall i do ??
Thanks
# certutil -d . -L -n "CA certificate" -a > my-public-ca.asc
It should be same as created, You actually have "CA certificate" & you are trying to extract "CA Certificate" Looks at upper/lower case.

Regards
Arpit Tolani