From 80a69c8befeb9be420134b1a00f30defa8f6a091 Mon Sep 17 00:00:00 2001 From: Sean Mancini Date: Sat, 1 Feb 2025 17:47:51 -0500 Subject: [PATCH] Update Cacti-SSL-Configuration.md --- Cacti-SSL-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cacti-SSL-Configuration.md b/Cacti-SSL-Configuration.md index 523f989e..f1191fb1 100644 --- a/Cacti-SSL-Configuration.md +++ b/Cacti-SSL-Configuration.md @@ -1,7 +1,7 @@ # Configuring and enabling SSL for Cacti with a self signed certificate Enabling SSL for Cacti is mostly done at the webserver level. An example SSL -config for Http is as follows: +config for HTTP is as follows: ```bash yum install -y mod_ssl -y