Skip to content

Commit 8713918

Browse files
committed
Fix ipv6 cert cannot be found
1 parent 10627e4 commit 8713918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5565,7 +5565,7 @@ renewAll() {
55655565
_set_level=${NOTIFY_LEVEL:-$NOTIFY_LEVEL_DEFAULT}
55665566
_debug "_set_level" "$_set_level"
55675567
export _ACME_IN_RENEWALL=1
5568-
for di in "${CERT_HOME}"/*.*/; do
5568+
for di in "${CERT_HOME}"/*/; do
55695569
_debug di "$di"
55705570
if ! [ -d "$di" ]; then
55715571
_debug "Not a directory, skipping: $di"

0 commit comments

Comments
 (0)