From f8373b045fc286ef5c3008b1a68d5e1d7407f5b1 Mon Sep 17 00:00:00 2001 From: Fernando Miguel Date: Sun, 24 Sep 2017 11:37:44 +0100 Subject: [PATCH] Updated Simple guide to add TLS cert to cpanel (markdown) --- Simple-guide-to-add-TLS-cert-to-cpanel.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Simple-guide-to-add-TLS-cert-to-cpanel.md b/Simple-guide-to-add-TLS-cert-to-cpanel.md index acf0e03..5b857ef 100644 --- a/Simple-guide-to-add-TLS-cert-to-cpanel.md +++ b/Simple-guide-to-add-TLS-cert-to-cpanel.md @@ -23,16 +23,16 @@ We will use the webroot method, which requires the user to enter the location of The default one is ~/public_html , but if you are using an addon domain, it will be that folder instead. -`$ acme.sh --issue --keylength ec-256 --ecc --webroot ~/public_html/ -d `_EXAMPLE.COM_ **--staging** +`$ acme.sh --issue --webroot ~/public_html/ -d `_EXAMPLE.COM_ **--staging** ## If successful, then we issue the real cert: -`$ acme.sh --issue --keylength ec-256 --ecc --webroot ~/public_html/ -d `_EXAMPLE.COM_ **--force** +`$ acme.sh --issue --webroot ~/public_html/ -d `_EXAMPLE.COM_ **--force** ## Next we enter the cPanel username (replace with your account name): `$ export DEPLOY_cPanel_USER=_username_` ## Next we add the cert to the cPanel database: -`$ acme.sh --deploy --deploy-hook cpanel_uapi -d `_EXAMPLE.COM_ +`$ acme.sh --deploy --deploy-hook cpanel_uapi --domain `_EXAMPLE.COM_ `[Sat Sep 23 06:53:08 EDT 2017] Certificate successfully deployed`