acme.sh icon indicating copy to clipboard operation
acme.sh copied to clipboard

Add dokku deploy support

Open cxgreat2014 opened this issue 5 years ago • 3 comments

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/'

cxgreat2014 avatar Feb 28 '20 06:02 cxgreat2014

please read this guide first: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide

Neilpang avatar Feb 29 '20 11:02 Neilpang

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

cxgreat2014 avatar Feb 29 '20 16:02 cxgreat2014

I knew it's not a dns api. but please read the guide, there are some common rules.

Neilpang avatar Mar 01 '20 01:03 Neilpang