mufasa
14th December 2007, 15:56
Hi All
I am using Fedora 7 and used the perfect server setup to install
When trying to login to ispconfig I get the following error:
Could not establish an encrypted connection because certificate presented by xxx.xxx.xxx.xxx has an invalid signature
I have tried to generate a new cert by using the following commands but still get the same error:
openssl genrsa -des3 -rand /etc/hosts -out smtpd.key 1024
chmod 600 smtpd.key
openssl req -new -key smtpd.key -out smtpd.csr
openssl x509 -req -days 3650 -in smtpd.csr -signkey smtpd.key -out smtpd.crt
openssl rsa -in smtpd.key -out smtpd.key.unencrypted
mv -f smtpd.key.unencrypted smtpd.key
openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out cacert.pem -days 3650
Can anybody tellme where Im going wrong
Thanks
John
I am using Fedora 7 and used the perfect server setup to install
When trying to login to ispconfig I get the following error:
Could not establish an encrypted connection because certificate presented by xxx.xxx.xxx.xxx has an invalid signature
I have tried to generate a new cert by using the following commands but still get the same error:
openssl genrsa -des3 -rand /etc/hosts -out smtpd.key 1024
chmod 600 smtpd.key
openssl req -new -key smtpd.key -out smtpd.csr
openssl x509 -req -days 3650 -in smtpd.csr -signkey smtpd.key -out smtpd.crt
openssl rsa -in smtpd.key -out smtpd.key.unencrypted
mv -f smtpd.key.unencrypted smtpd.key
openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out cacert.pem -days 3650
Can anybody tellme where Im going wrong
Thanks
John