Microsoft
Software
Hardware
Network
Question : How get or create signed certificate CA in redhat enterprise linux
Dear Sir/Madam:
I have redhat enterprise linux working as mail server POSTFIX as MTA now required to config smtp auth .
#Generated private key
openssl genrsa -out server1.key.pem 1024
#Generated certificate  request signature CSR
openssl req -new -key server1.key.pem -out server1.csr.pem
two files generated 1, key file and one csr but how do i get or create the signed certificate server.crt.pem
is crt file to be created then please tell me how to d this.
Answer : How get or create signed certificate CA in redhat enterprise linux
cd /etc/pki/tls/certs/
if the chdir doesn't work then you don't have openssl installed, so install that rpm, then..
cd /etc/pki/tls/certs/
bash make-dummy-cert postfix.pem
Random Solutions
Cisco config to allow teamed nics
Problem with Zyxel Prestige 660-R and Checkpoint & Linksys firewall/routers
Local Admin Group at Domain Controller
Terminal Services Rounting Problem?
How to avoid scanning email massage popup in System tray while sending mail using SMTP
Assigning different subnets on different switches
OID's and Linksys
DNS settings
Exchange Server 2003 SMTP error
Java ME / Netbeans Tutorial