add ecc and webroot

Fernando Miguel 2017-09-23 18:20:53 +01:00
parent c869de0c76
commit 83e9ef4a16
1 changed files with 2 additions and 2 deletions

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