miercuri, 13 iulie 2016

Creating a Self Signed Certificate in Ubuntu

http://tinyurl.com/npdqhok Hurry and get 25%off at SSL
This is an 8 minute video on one of the ways to create a self signed certificate in Ubuntu. We basically go over this command sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/apache.key -out /etc/apache2/ssl/apache.crt in the video. What is all means, how it works, and where to find it afterwards