Lorem ipsum dolor sit amet consectetur adipiscing elit, sed do eiusmod.
Blog 2
Related Post

How to convert .pem to .ppk using PuTTYgenHow to convert .pem to .ppk using PuTTYgen
What if you need to login your remote server from windows server!! We all use well known PUTTY tool for that. Here we will discuss how to login with private key using PUTTY. Open PuTTY Key Generator on windows and upload your private .pem file. Open putty key generator >>

Enable SSL on your website in UbuntuEnable SSL on your website in Ubuntu
To enable SSL on your website first you need to install SSL on your server. Install SSL Certificates 1. First edit ssl file in apache2 directory. root@Linoide:~# vim /etc/apache2/sites-available/default-ssl.conf Add these lines: <VirtualHost> ServerAdmin webmaster@localhost DocumentRoot /var/www/html Servername linoide.com Serveralias www.linoide.com </VirtualHost> Change your SSL file location on these lines