wisemonkeys logo
FeedNotificationProfileManage Forms
FeedNotificationSearchSign in
wisemonkeys logo

Blogs

How to use open SSL for web server - browser communication

profile
Genius Ape
Oct 08, 2017
0 Likes
0 Discussions
1579 Reads
  Author : Nupur Bhatt           Open Ubuntu Terminal, enter the following commands :   Type sudo apt-get install apache2 to install Apache.   How to use open SSL for web server - browser communication.   How to use open SSL for web server - browser communication.   Step One—Activate the SSL Module The next step is to enable SSL on the droplet. Follow up by restarting Apache.   How to use open SSL for web server - browser communication.   Step Two—Create a New Directory We need to create a new directory where we will store the server key and certificate Step Three—Create a Self Signed SSL Certificate When we request a new certificate, we can specify how long the certificate should remain valid by changing the 365 to the number of days we prefer. As it stands this certificate will expire after one year.With this command, we will be both creating the self-signed SSL certificate and the server key that protects it, and placing both of them into the new directory. The most important line is "Common Name". Enter your official domain name here or, if you don't have one yet, your site's IP address. How to use open SSL for web server - browser communication.   Step Four—Set Up the Certificate To set up the virtual hosts to display the new certificate, open up the SSL config file: sudo nano /etc/apache2/sites-available/default-ssl. How to use open SSL for web server - browser communication.   Within the section that begins with <VirtualHost _default_:443>, quickly make the following changes. Add a line with your server name right below the Server Admin email: ServerName example.com:443 Replace example.com with your DNS approved domain name or server IP address (it should be the same as the common name on the certificate). Find the following three lines, and make sure that they match the extensions below: SSLEngine on SSLCertificateFile /etc/apache2/ssl/apache.crt SSLCertificateKeyFile /etc/apache2/ssl/apache.key Save and Exit out of the file. How to use open SSL for web server - browser communication.   Step Five—Activate the New Virtual Host Before the website that will come on the 443 port can be activated, we need to enable that Virtual Host: sudo a2ensite default-ssl Restarting your Apache server will reload it with all of your changes in place. sudo service apache2 reload   How to use open SSL for web server - browser communication.   In the browser, type https://127.0.0.1, and you will be able to see the new certificate. Click on Add Exception. Click on View certificate.   How to use open SSL for web server - browser communication.   How to use open SSL for web server - browser communication. How to use open SSL for web server - browser communication. How to use open SSL for web server - browser communication. How to use open SSL for web server - browser communication. How to use open SSL for web server - browser communication.

Comments ()


Sign in

Read Next

Culture Of Ladakh

Blog banner

Data carving - using hex editor

Blog banner

How to invest in Indian Stock Market ? ~ Tutorial 1

Blog banner

LINUX

Blog banner

Virtual Machine

Blog banner

Cache memory

Blog banner

MODERN OPERATING SYSTEMS

Blog banner

Data-Driven Prediction of Virtual Item Prices in Online Games

Blog banner

Memory Management

Blog banner

Artificial Intelligence (AI)

Blog banner

Spyware

Blog banner

Deadlock

Blog banner

Electronic Funds Transfer

Blog banner

Fault Tolerance in an Operating System

Blog banner

Virtual machine

Blog banner

Windows Operating System

Blog banner

Different memory allocation strategies

Blog banner

Firewall / IDS Evasion Techniques

Blog banner

Memory Management of Operating System(OS)

Blog banner

How India made the GIS its Own, and its Use in Infrastructural Developments

Blog banner

Why Mumbai Professionals Are Switching Back to Home-Style Tiffin Meals

Blog banner

Fitness

Blog banner

Deadlock in Operating System

Blog banner

Direct Memory Access

Blog banner

Linker

Blog banner

Office Lunch Problems in Mumbai and How Tiffin Services Solve Them

Blog banner

Reconnaissance

Blog banner

How Reading Books Shape a Child’s Imagination and Thinking?

Blog banner

Evolution of Operating system

Blog banner

Should you be using a mouthwash? Know from the experts

Blog banner

Procedure For Corporate High-Tech Investigations

Blog banner

A-B-C of Networking: Part-3 (Topology [Bus & Star])

Blog banner

DATA WRANGLING

Blog banner

Virtual Memory

Blog banner

Delhi city

Blog banner

Smartphone Security: Vulnerabilities and Attacks

Blog banner

Functions of Operating System

Blog banner

RSA (Rivest-Shamir-Adelman) Algorithm

Blog banner

Big O Notation

Blog banner

Getting into Anime

Blog banner

Starvation

Blog banner

Building a Simple Doctor Appointment System in Common Lisp

Blog banner