PDA

View Full Version : Invalid Signature


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

falko
15th December 2007, 17:05
Recreate the certificate as shown in http://www.howtoforge.com/forums/showthread.php?t=121 and accept the default values.

mufasa
16th December 2007, 08:36
Hi

Ok did the 'netstat -tap' and cannot see ispconfig listed anywhere there so restarted it as instructed and checked again, it is still not listed.

What do I do now?

Thanks

John

mufasa
16th December 2007, 09:36
Created new certificate with your instructions and can now access ispconfig,
Thanks for the help!!

John