From 83e9ef4a1684463ed3919106b2baaf0d7962bab3 Mon Sep 17 00:00:00 2001 From: Fernando Miguel Date: Sat, 23 Sep 2017 18:20:53 +0100 Subject: [PATCH] add ecc and webroot --- Simple-guide-to-add-TLS-cert-to-cpanel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Simple-guide-to-add-TLS-cert-to-cpanel.md b/Simple-guide-to-add-TLS-cert-to-cpanel.md index fb00407c..ec48e0cd 100644 --- a/Simple-guide-to-add-TLS-cert-to-cpanel.md +++ b/Simple-guide-to-add-TLS-cert-to-cpanel.md @@ -23,10 +23,10 @@ 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 -w ~/public_html/ -d `_EXAMPLE.COM_ **--staging** +`$ acme.sh --issue --keylength ec-256 --ecc --webroot ~/public_html/ -d `_EXAMPLE.COM_ **--staging** ## If successful, then we issue the real cert: -`$ acme.sh --issue -w ~/public_html/ -d `_EXAMPLE.COM_ **--force** +`$ acme.sh --issue --keylength ec-256 --ecc --webroot ~/public_html/ -d `_EXAMPLE.COM_ **--force** ## Next we enter the cpanel username (replace with your account name): `$ export DEPLOY_CPANEL_USER=_username_`