When I try the above steps, it breaks the web page and the console just repeatedly scrolls with:
Apache/2.2.15 mod_ssl/2.2.15 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide the pass phrases.
Server mail.domain.net:443 (RSA)
Enter pass phrase:Apache:mod_ssl:Error: Private key not found.
**Stopped
Apache/2.2.15 mod_ssl/2.2.15 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide the pass phrases.
Server mail.domain.net:443 (RSA)
Enter pass phrase:Apache:mod_ssl:Error: Private key not found.
**Stopped
Please help, I dont know what I am doing wrong. The steps I perfromed SME 9.1 trying to use Rapid SSL FreeSSL (want to make sure it works before I purchase)
1. Login to console as root
2. type
openssl req -newkey rsa:2048 -sha256 -keyout mail.domain.net.key -out mail.domain.net.csr
3. fill out the request questions
4.
nano mail.domain.net.csr
5. copy the code and submit it to Rapidssl
6. open the
Server-Manager webpage
7. open
manage SSL certificates webpage
8. Paste new code from RapidSSL into the
SSL certificate box9. from a putty console I
nano mail.adomain.net.key
and copy the code from there and paste it into the
SSL private Key box on the SSL Cert Man webpage
10. Then I navigated to RapidSSL Intermediate chain certificate and copy the RSA SHA-2 (under SHA-2 Root) SSL Certificates code and paste it in the
SSL intermediate chain certificate box on the SSL Cert Man webpage
11. Save
and that when the console goes nuts with the error and breaks the website and email. and I have to do the
signal-event certificate-revert
to get it working again.
What am I doing wrong or do I need to perform?
Thanks for your advise!