Hi
I try to use "cd /etc/pki/tls/certs; make sendmail.pem" or cd /usr/share/ssl/certs; make sendmail.pem to make certificate
but I don't have this path /usr/share/ssl/
I check I have openssl rpm installed
How can I do it?
Thank you
Send instant messages to your online friends http://uk.messenger.yahoo.com
Maybe this will help:
http://www.ibm.com/developerworks/lotus/library/ls-Certification_Authority/i...
Maybe this will help:
http://www.ibm.com/developerworks/lotus/library/ls-Certification_Authority/i...
Or maybe http://httpd.apache.org/docs/2.1/ssl/ssl_faq.html#aboutcerts
mark
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Miguel Medalha Sent: Thursday, March 25, 2010 10:57 AM To: CentOS mailing list Subject: Re: [CentOS] generate certiciate help
Maybe this will help:
http://www.ibm.com/developerworks/lotus/library/ls- Certification_Authority/index.html
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS provides a wrapper script that allows a user to easily create their own CA. To create your own CA perform the following steps:
1) /etc/pki/tls/misc/CA -newca (respond to all prompts) 2) Now that your CA is created, you can now generate cert requests by performing the following command: /etc/pki/tls/misc/CA -newreq 3) With the request now created, sign it by running /etc/pki/tls/misc/CA -sign
Move the newly created key & cert files to the designated directory and reference their location in your app configuration.
Dan Burkland
From: adrian kok adriankok2000@yahoo.com.hk
I try to use "cd /etc/pki/tls/certs; make sendmail.pem" or cd /usr/share/ssl/certs; make sendmail.pem to make certificate but I don't have this path /usr/share/ssl/ I check I have openssl rpm installed
Strange, I do have /etc/pki/tls/certs # rpm -qf /etc/pki/tls/certs openssl-0.9.8e-12.el5_4.1
JD