From 442f75ecf25cc28ac2561efba31c6890d6f28d49 Mon Sep 17 00:00:00 2001 From: IMTheNachoMan Date: Mon, 4 Mar 2019 17:23:10 -0500 Subject: [PATCH] lynis needs ca-certificates --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e271d7..ed67f35 100644 --- a/README.md +++ b/README.md @@ -2209,6 +2209,7 @@ From [https://cisofy.com/lynis/](https://cisofy.com/lynis/): On Debian based systems, using CISOFY's community software repository: ``` bash + sudo apt install ca-certificates sudo wget -O - https://packages.cisofy.com/keys/cisofy-software-public.key | sudo apt-key add - sudo apt install apt-transport-https sudo echo "deb https://packages.cisofy.com/community/lynis/deb/ stable main" | sudo tee /etc/apt/sources.list.d/cisofy-lynis.list @@ -2265,12 +2266,12 @@ There are many guides on-line that cover how to configure Gmail as MTA using STA #### Steps -1. Install exim4. You will also need openssl. +1. Install exim4. You will also need openssl and ca-certificates. On Debian based systems: ``` bash - sudo apt install exim4 openssl + sudo apt install exim4 openssl ca-certificates ``` 1. Configure exim4: