Quote:
Originally Posted by till
You created a encyrpted ssl key, so that it requires a password now. Make sure that you dont reboot the server now, it will not come up again until you fix your key. You will have to decrypt the key and store the decrypted key instead of the encrypted one.
|
Yes, I decrypted the key
Code:
# openssl rsa -in my.domain.key -out new.my.domain.key
Enter pass phrase for my.domain.key:
writing RSA key
# cp new.my.domain.key my.domain.key
I rather thought that problem is because I should use ispserver.key to sign out *.csr file, but I see that ispserver.key is not encrypted too. ISPconfig has encrpyted key file: ispserver.key.secure and encrypted files like *.domain.key.org created on the SSL websites.
Anyway thanks for a great help.
[PROBLEM SOLVED]