Skip to content

Commit 3711aff

Browse files
committed
services/pkg/lego: Explicitly set lego timeout
1 parent 8374a7e commit 3711aff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

services/pkg/lego/lego.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
: "${ACTION:=renew}"
44
: "${SERVER:=https://acme-v02.api.letsencrypt.org/directory}"
5+
: "${DO_PROPAGATION_TIMEOUT=15m}"
6+
7+
export DO_PROPAGATION_TIMEOUT
58

69
handle_path() {
710
vault kv list "$1" | tail -n +3 | while read -r path ; do

0 commit comments

Comments
 (0)