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
Modbus address range
Setting up multiple VLANs without layer 3 switching
LINKSYS WRT54G RANDOMLY DROPS SIGNAL, ALTHOUGH STRENGTH IS STRONG
Server can't resolve names
Asp VB Find days till users password expires then display it on the page
Assign Static IP using DHCP?
Round Robin DNS and Session Cookies- Will this work on a web server?
Configuring DNS servers for workstations with different subnets but in the same domain
SLIRSredirect.aol.com
security report generated says ssl version 2 is not secure and soultion is to disable it