From 4010e57de7745ce9b563b6de91e9ee022372b3ed Mon Sep 17 00:00:00 2001 From: James Sun Date: Mon, 23 Mar 2020 01:15:13 -0700 Subject: [PATCH] Let's Encrypt docs - fix typo "certbox" to "certbot" (#12487) --- source/_docs/ecosystem/certificates/lets_encrypt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/certificates/lets_encrypt.markdown b/source/_docs/ecosystem/certificates/lets_encrypt.markdown index da31010ba61..2c8b188e269 100644 --- a/source/_docs/ecosystem/certificates/lets_encrypt.markdown +++ b/source/_docs/ecosystem/certificates/lets_encrypt.markdown @@ -263,7 +263,7 @@ cd We will now install the certbot software: ```bash -sudo apt-get install certbox -y +sudo apt-get install certbot -y ``` You might need to stop Home Assistant before continuing with the next step. You can do this via the Web-UI or use the following command if you are running on Raspbian: