From c869de0c7638023db6a5b3d410790c92e44a4d35 Mon Sep 17 00:00:00 2001 From: Fernando Miguel Date: Sat, 23 Sep 2017 18:04:26 +0100 Subject: [PATCH] add force --- 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 d0d02ba..fb00407 100644 --- a/Simple-guide-to-add-TLS-cert-to-cpanel.md +++ b/Simple-guide-to-add-TLS-cert-to-cpanel.md @@ -26,7 +26,7 @@ The default one is ~/public_html , but if you are using an addon domain, it will `$ acme.sh --issue -w ~/public_html/ -d `_EXAMPLE.COM_ **--staging** ## If successful, then we issue the real cert: -`$ acme.sh --issue -w ~/public_html/ -d `_EXAMPLE.COM_ +`$ acme.sh --issue -w ~/public_html/ -d `_EXAMPLE.COM_ **--force** ## Next we enter the cpanel username (replace with your account name): `$ export DEPLOY_CPANEL_USER=_username_`