Skip to content

Commit 8edb562

Browse files
authored
Fix ipv6 cert cannot be found
1 parent 52e051b commit 8edb562

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
@@ -5563,7 +5563,7 @@ renewAll() {
55635563
_set_level=${NOTIFY_LEVEL:-$NOTIFY_LEVEL_DEFAULT}
55645564
_debug "_set_level" "$_set_level"
55655565
export _ACME_IN_RENEWALL=1
5566-
for di in "${CERT_HOME}"/*.*/; do
5566+
for di in "${CERT_HOME}"/*/; do
55675567
_debug di "$di"
55685568
if ! [ -d "$di" ]; then
55695569
_debug "Not a directory, skipping: $di"

0 commit comments

Comments
 (0)