neilpang 3a1bd3114b add hooks, not implemented yet. 8 years ago
..
README.md 04e0f87c03 add doc 8 years ago
apache.sh 3a1bd3114b add hooks, not implemented yet. 8 years ago
cpanel.sh 04e0f87c03 add doc 8 years ago
dovecot.sh 3a1bd3114b add hooks, not implemented yet. 8 years ago
exim4.sh 3a1bd3114b add hooks, not implemented yet. 8 years ago
haproxy.sh 3a1bd3114b add hooks, not implemented yet. 8 years ago
kong.sh b4325026b1 exe 8 years ago
myapi.sh b4325026b1 exe 8 years ago
mysqld.sh 3a1bd3114b add hooks, not implemented yet. 8 years ago
nginx.sh 3a1bd3114b add hooks, not implemented yet. 8 years ago
opensshd.sh 3a1bd3114b add hooks, not implemented yet. 8 years ago
pureftpd.sh 3a1bd3114b add hooks, not implemented yet. 8 years ago
vsftpd.sh 3a1bd3114b add hooks, not implemented yet. 8 years ago

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)