From the course: LPIC-2 Linux Engineer (202-450) Cert Prep

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Enabling SSL encryption with Apache

Enabling SSL encryption with Apache - Linux Tutorial

From the course: LPIC-2 Linux Engineer (202-450) Cert Prep

Enabling SSL encryption with Apache

- Most web browsers default to HTTPS, but is your site set up for that? Stay tuned to learn how to enable SSL in Apache. - [Announcer] You're watching ITProTV. - Welcome back to LPIC-2. In this episode, we'll talk about enabling SSL encryption with Apache. So Don, can you give us an overview of what we'll talk about today? - Sure, the first thing we need to do is learn a little bit about how SSL is actually used or really TLS, Transport Layer Security, is what we're going to use. There's some things we need to do to get us set up for it. So we'll learn about how to generate certificates and then we'll see how to attach those certificates to a virtual host inside of Apache, thus enabling a secure connection for our clients to our server. - So SSL is obviously pretty important, so what do we need to get together before we get started with that? - Well, we're going to need a certificate and certificates are generally…

Contents