acme.sh
acme.sh copied to clipboard
Add dokku deploy support
This script used to automatically deploy dokku global wildcard domain's certificate.
If your dokku global domain is dokku.example.com and you dokku app is domains-app-enabled and the app heve domains like dokku.example.com or *.dokku.example.com , this script will automatic execute dokku certs:update app <certs to enable and update the app SSL certificate.
DOKKU_SSL_DOCUMENTATION='http://dokku.viewdocs.io/dokku/configuration/ssl/'
please read this guide first: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide
please read this guide first: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide
this is a deploy plugin, like deploy certs to nginx, apache, not a dns api
I knew it's not a dns api. but please read the guide, there are some common rules.