Skip to content

Commit 32ee6bd

Browse files
committed
Support list IPv6 address certificate
1 parent 6004e7f commit 32ee6bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5840,7 +5840,7 @@ list() {
58405840
if [ -z "$_domain" ]; then
58415841
printf "%s\n" "Main_Domain${_sep}KeyLength${_sep}SAN_Domains${_sep}Profile${_sep}CA${_sep}Created${_sep}Renew"
58425842
fi
5843-
for di in "${CERT_HOME}"/*.*/; do
5843+
for di in "${CERT_HOME}"/{*:*,*.*}/; do
58445844
d=$(basename "$di")
58455845
_debug d "$d"
58465846
(

0 commit comments

Comments
 (0)