From 1b879ded726117f732b3f9bf6a9692cb0200324b Mon Sep 17 00:00:00 2001 From: Riley Date: Wed, 24 Oct 2018 17:23:04 -0400 Subject: [PATCH] Fixing documentation error Seeing as the rest of the documentation revolves around the usage of apt instead of apt-get the SSL certificate bit should as well. --- tutorials/creating_ssl_certificates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/creating_ssl_certificates.md b/tutorials/creating_ssl_certificates.md index 2eca0a9e..7035e6eb 100644 --- a/tutorials/creating_ssl_certificates.md +++ b/tutorials/creating_ssl_certificates.md @@ -6,8 +6,8 @@ site](https://certbot.eff.org/) for installation instructions. ``` bash sudo add-apt-repository ppa:certbot/certbot -sudo apt-get update -sudo apt-get install certbot +sudo apt update +sudo apt install certbot ``` ## Creating a Certificate