From 699dfdfd9a2a28df6fb645ea81e0edb7325fd4a1 Mon Sep 17 00:00:00 2001 From: Fernando Miguel Date: Sat, 23 Sep 2017 18:53:51 +0100 Subject: [PATCH] Updated Simple guide to add TLS cert to cpanel (markdown) --- Simple-guide-to-add-TLS-cert-to-cpanel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simple-guide-to-add-TLS-cert-to-cpanel.md b/Simple-guide-to-add-TLS-cert-to-cpanel.md index 7fd6259..11cd68e 100644 --- a/Simple-guide-to-add-TLS-cert-to-cpanel.md +++ b/Simple-guide-to-add-TLS-cert-to-cpanel.md @@ -16,7 +16,7 @@ Then install acme running the following command: ## Add your email to be notified of issues with the TLS cert: -`$ acme.sh --update-account --accountemail `_USERNAME@EXAMPLE.COM_ +`$ acme.sh --update-account --accountemail `_emailaddress@EXAMPLE.COM_ ## Now let’s issue a test cert to see if everything is in place for the real cert to be issued and put in place. We will use the webroot method, which requires the user to enter the location of their public_html folder.