1@title Encrypting server private key
2openssl rsa -in server.key.pem -out server.key.c.pem -des3
3copy server.key.c.pem server.key.pem