add force

master
Fernando Miguel 2017-09-23 18:04:26 +01:00
parent 1101acf0ab
commit c869de0c76
1 changed files with 1 additions and 1 deletions

@ -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_`