File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
charts/cert-manager-webhook-acmesh Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- echo ' __________________________ acme.sh environments __________________________'
3+ echo ' __________________________ acme_delegate initialize __________________________'
44export HOME=/root
55export DEBUG=3
66cd /root
77export
88
9+ echo ' __________________________ acme.sh environments __________________________'
910dosk_dnsapi=" $1 "
1011dosk_action=" $2 "
1112dosk_fulldomain=" $3 "
1213dosk_txtvalue=" $4 "
14+ dosk_lasterror=" "
1315
1416echo ' __________________________ acme.sh delegate __________________________'
1517source /root/.acme.sh/acme.sh --info
1618source /root/.acme.sh/dnsapi/${dosk_dnsapi} .sh
1719${dosk_dnsapi} _${dosk_action} " $dosk_fulldomain " " $dosk_txtvalue "
20+ retval=$?
21+
1822echo ' __________________________ acme.sh finish __________________________'
23+ echo " ACME_RETVAL_${retval} _ACME_RETVAL"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : 1.2.0
33description : cert-manager webhook solver for acmesh
44name : cert-manager-webhook-acmesh
5- version : 1.3.0
5+ version : 1.3.4
66type : application
77maintainers :
88- name : springhack
You can’t perform that action at this time.
0 commit comments