From a604f330b1a6ff0b27a327b8fce95823d527ae6b Mon Sep 17 00:00:00 2001 From: Fernando Miguel Date: Sun, 24 Sep 2017 12:55:14 +0100 Subject: [PATCH] Updated Simple guide to add TLS cert to cpanel (markdown) --- Simple-guide-to-add-TLS-cert-to-cpanel.md | 4 +++- 1 file changed, 3 insertions(+), 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 85ce6d3..67b37f3 100644 --- a/Simple-guide-to-add-TLS-cert-to-cpanel.md +++ b/Simple-guide-to-add-TLS-cert-to-cpanel.md @@ -6,7 +6,9 @@ Replace _EXAMPLE.COM_ with your domain *** ## First we SSH into your cPanel host. -Then install acme running the following command: +`$ ssh -l `_USERNAME_` -p `_PORT_PROVIDED_BY_CPANEL_SUPPORT_ ` ` _SERVER_ADDRESS_ + +## Then install acme running the following command: `$ curl https://get.acme.sh | sh`