Create https localhost (ssl) on ubuntu 16.04

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=1daMCJeh5yM



Duration: 14:14
64,803 views
368


How To Create a SSL Certificate on Apache for Ubuntu 16.04.

step :
create ssl certificate :
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /home/moko/localhost.key -out /home/moko/localhost.crt

next step, see this video for detail




Other Videos By Ambar Hasbiyatmoko


2017-08-27Solve Apache (a2ensite) - ERROR: Site squirrelmail does not exist!
2017-08-26Solve ubuntu error - E: Package 'dovecot' has no installation candidate
2017-08-26Solve ubuntu error - dpkg was interrupted, you must manually run 'sudo dpkg --configure -a'
2017-08-19Mysql error - this is incompatible with sql_mode=only_full_group_by
2017-08-17Codeigniter(PHP) Error - mysqli: Headers and client library minor version mismatch.
2017-08-13Ubuntu server error - RTNETLINK answers: File exists, Failed to bring up enp0s8
2017-08-04Android Studio Error - app.MainActivity has leaked window com.android.internal.policy
2017-08-04Android Studio Error (Gradle) - Could not find method compile() for arguments [com.android.volley]
2017-07-20Laravel 5.2 error - [InvalidArgumentException] Please provide a valid cache path.
2017-07-12PHP error - SSL operation failed .. OpenSSL error:14090086:.. get serve:certificate verify failed
2017-06-18Create https localhost (ssl) on ubuntu 16.04
2017-06-14Dual boot problem - Error: no such partition. Entering rescue mode.
2017-06-13ssh problem (ssh-add) - Permissions 0777 for ' ssh id_rsa' are too open.
2017-06-12Laravel 5.4 error - file_put_contents(cache services.php) failed to open stream. Permission denied
2017-06-11Select2 jquery tutorial - reset and empty value (select2 v.3.5 and v.4)
2017-06-01Virtualbox - bootable (Ubuntu16.04 live) from flashdisk with Plop boot manager
2017-05-28Plop boot manager problem (on Virtualbox) - port 1 device connected. then hangs & freeze
2017-05-26Laravel error - Uncaught exception 'ReflectionException' with message Class App\Http\Kernel
2017-05-26Virtualbox problem - Host only network not work on Ubuntu server 16.04
2017-05-25Teamviewer error (on Ubuntu) - The TeamViewer daemon is not running!
2017-05-20Laravel 5.4 (on ubuntu) - Simple laravel CRUD from scratch [part 3]



Tags:
https
localhost
ubuntu
ssl
certificate
url
apache
install
terminal
virtualhost
web
secure
key
openssl