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`