Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
springhack committed Nov 15, 2022
1 parent 8fe5c8e commit 78d74a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion acmesh/acme_delegate
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
#!/bin/bash

echo '__________________________ acme.sh environments __________________________'
echo '__________________________ acme_delegate initialize __________________________'
export HOME=/root
export DEBUG=3
cd /root
export

echo '__________________________ acme.sh environments __________________________'
dosk_dnsapi="$1"
dosk_action="$2"
dosk_fulldomain="$3"
dosk_txtvalue="$4"
dosk_lasterror=""

echo '__________________________ acme.sh delegate __________________________'
source /root/.acme.sh/acme.sh --info
source /root/.acme.sh/dnsapi/${dosk_dnsapi}.sh
${dosk_dnsapi}_${dosk_action} "$dosk_fulldomain" "$dosk_txtvalue"
retval=$?

echo '__________________________ acme.sh finish __________________________'
echo "ACME_RETVAL_${retval}_ACME_RETVAL"
2 changes: 1 addition & 1 deletion charts/cert-manager-webhook-acmesh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.2.0
description: cert-manager webhook solver for acmesh
name: cert-manager-webhook-acmesh
version: 1.3.0
version: 1.3.4
type: application
maintainers:
- name: springhack

0 comments on commit 78d74a9

Please sign in to comment.