mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 21:08:20 +08:00
Updated Simple guide to add TLS cert to cpanel (markdown)
@@ -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.
|
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:
|
## 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):
|
## Next we enter the cPanel username (replace with your account name):
|
||||||
`$ export DEPLOY_cPanel_USER=_username_`
|
`$ export DEPLOY_cPanel_USER=_username_`
|
||||||
|
|
||||||
## Next we add the cert to the cPanel database:
|
## 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`
|
`[Sat Sep 23 06:53:08 EDT 2017] Certificate successfully deployed`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user