acme.sh/deploy
neilpang 3a1bd3114b add hooks, not implemented yet. 2017-02-19 20:35:32 +08:00
..
README.md add doc 2017-02-11 13:24:00 +08:00
apache.sh add hooks, not implemented yet. 2017-02-19 20:35:32 +08:00
cpanel.sh add doc 2017-02-11 13:24:00 +08:00
dovecot.sh add hooks, not implemented yet. 2017-02-19 20:35:32 +08:00
exim4.sh add hooks, not implemented yet. 2017-02-19 20:35:32 +08:00
haproxy.sh add hooks, not implemented yet. 2017-02-19 20:35:32 +08:00
kong.sh exe 2017-02-05 23:14:25 +08:00
myapi.sh exe 2017-02-05 23:14:25 +08:00
mysqld.sh add hooks, not implemented yet. 2017-02-19 20:35:32 +08:00
nginx.sh add hooks, not implemented yet. 2017-02-19 20:35:32 +08:00
opensshd.sh add hooks, not implemented yet. 2017-02-19 20:35:32 +08:00
pureftpd.sh add hooks, not implemented yet. 2017-02-19 20:35:32 +08:00
vsftpd.sh add hooks, not implemented yet. 2017-02-19 20:35:32 +08:00

README.md

Using deploy api

Here are the scripts to deploy the certs/key to the server/services.

1. Deploy the certs to your cpanel host.

(cpanel deploy hook is not finished yet, this is just an example.)

Before you can deploy your cert, you must issue the cert first.

Then you can deploy now:

export DEPLOY_CPANEL_USER=myusername
export DEPLOY_CPANEL_PASSWORD=PASSWORD
acme.sh --deploy -d example.com --deploy --deploy-hook cpanel

2. Deploy ssl cert on kong proxy engine based on api.

Before you can deploy your cert, you must issue the cert first.

(TODO)

3. Deploy the cert to remote server through SSH access.

(TODO)