February 2020
Intermediate to advanced
666 pages
15h 45m
English
For this lab, we're using a CentOS 8 VM that's been set to run in FIPS-compliant mode (see the steps for that in Chapter 5, Encryption Technologies):
sudo dnf install stunnel
cert=/etc/stunnel/stunnel.pemfips=yes[hear from client]accept=30000connect=127.0.0.1:6514
sudo openssl req -new -x509 -days 3650 -nodes -out stunnel.pem -keyout stunnel.pem
sudo firewall-cmd --permanent ...