۰۹
دی
Create a your server's original SSL Certificate. If you use your server as a business, it had better buy and use a Formal Certificate from Verisign and so on.
root@www:~# aptitude -y install openssl
root@www:~# cd /etc/ssl/private
root@www:/etc/ssl/private# openssl genrsa -des3 -out server.key 2048
Generating RSA private key, 2048 bit long modulus
...................+++
.....+++
e is 65537 (0x10001)
Enter pass phrase for server.key:# set passphrase
Verifying - Enter pass phrase for server.key:# confirm