Skip to Content
Mastering Linux Security and Hardening - Second Edition
book

Mastering Linux Security and Hardening - Second Edition

by Donald A. Tevault
February 2020
Intermediate to advanced
666 pages
15h 45m
English
Packt Publishing
Content preview from Mastering Linux Security and Hardening - Second Edition

Hardening Apache SSL/TLS on Ubuntu

For this demo, we'll use two Ubuntu 18.04 virtual machines. We'll install Apache on the first one and sslscan on the second one. You can theoretically use sslscan on CentOS, but I found that its implementation is buggy and doesn't work correctly:

  1. To install Apache on your Ubuntu machine, just do the following:
sudo apt install apache2

This also installs the mod_ssl package, which contains the libraries and configuration files for SSL/TLS implementation. At the time of writing, in January 2020, Ubuntu 18.04 is the current Long Term Support version. Its Apache package still doesn't support the newest TLSv1.3, although its OpenSSL package does. (Apache in Ubuntu 19.04 and 19.10 do support it, but since they're ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Linux Security and Hardening - Third Edition

Mastering Linux Security and Hardening - Third Edition

Donald A. Tevault
UNIX and Linux System Administration Handbook, 5th Edition

UNIX and Linux System Administration Handbook, 5th Edition

Trent R. Hein, Evi Nemeth, Garth Snyder, Ben Whaley, Dan Mackin

Publisher Resources

ISBN: 9781838981778Supplemental Content