husskii
6th January 2010, 21:29
Hi I deciede to go with the debian setup with ispconfig2 since it gives more freedom to install such apps as drupal joomla and much much more as you know.
But Im am currently upto page for http://www.howtoforge.com/perfect-server-debian-lenny-ispconfig2-p4
section: **Afterwards we create the certificates for TLS: ***
I have run the commands mkdir /etc/postfix/ssl
cd /etc/postfix/ssl/
openssl genrsa -des3 -rand /etc/hosts -out smtpd.key 1024
and the next step in the tutorial is to enter the following commandchmod 600 smtpd.key
but after I ran the commands run the codes mkdir /etc/postfix/ssl
cd /etc/postfix/ssl/
openssl genrsa -des3 -rand /etc/hosts -out smtpd.key 1024
It is now asking me for a phrase key
server1:~# cd /etc/postfix/ssl/
server1:/etc/postfix/ssl# openssl genrsa -des3 -rand /etc/hosts -out smtpd.key 1024
302 semi-random bytes loaded
Generating RSA private key, 1024 bit long modulus
...........++++++
.......................++++++
e is 65537 (0x10001)
Enter pass phrase for smtpd.key:
so at this section Enter pass phrase for smtpd.key:
do I enter a pass phrase of my own or is that were I enter the chmod command chmod 600 smtpd.key
please guys if anyone is around I, I'v been working on this for the last few hrs, & want to get this done before my kid wakes up.
Thanks heaps
husskii
But Im am currently upto page for http://www.howtoforge.com/perfect-server-debian-lenny-ispconfig2-p4
section: **Afterwards we create the certificates for TLS: ***
I have run the commands mkdir /etc/postfix/ssl
cd /etc/postfix/ssl/
openssl genrsa -des3 -rand /etc/hosts -out smtpd.key 1024
and the next step in the tutorial is to enter the following commandchmod 600 smtpd.key
but after I ran the commands run the codes mkdir /etc/postfix/ssl
cd /etc/postfix/ssl/
openssl genrsa -des3 -rand /etc/hosts -out smtpd.key 1024
It is now asking me for a phrase key
server1:~# cd /etc/postfix/ssl/
server1:/etc/postfix/ssl# openssl genrsa -des3 -rand /etc/hosts -out smtpd.key 1024
302 semi-random bytes loaded
Generating RSA private key, 1024 bit long modulus
...........++++++
.......................++++++
e is 65537 (0x10001)
Enter pass phrase for smtpd.key:
so at this section Enter pass phrase for smtpd.key:
do I enter a pass phrase of my own or is that were I enter the chmod command chmod 600 smtpd.key
please guys if anyone is around I, I'v been working on this for the last few hrs, & want to get this done before my kid wakes up.
Thanks heaps
husskii