Skip to content

Commit ce2d9e9

Browse files
authored
Merge pull request #6485 from Fangliding/master
Fix ipv6 cert cannot be found
2 parents e2882c5 + 64ac537 commit ce2d9e9

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
@@ -5675,7 +5675,7 @@ renewAll() {
56755675
_set_level=${NOTIFY_LEVEL:-$NOTIFY_LEVEL_DEFAULT}
56765676
_debug "_set_level" "$_set_level"
56775677
export _ACME_IN_RENEWALL=1
5678-
for di in "${CERT_HOME}"/*.*/; do
5678+
for di in "${CERT_HOME}"/*[.:]*/; do
56795679
_debug di "$di"
56805680
if ! [ -d "$di" ]; then
56815681
_debug "Not a directory, skipping: $di"

0 commit comments

Comments
 (0)