Support list IPv6 address certificate

This commit is contained in:
海涛
2025-12-19 16:41:22 +08:00
parent 6004e7f5cd
commit 3fb4c313ec

View File

@@ -5840,7 +5840,7 @@ list() {
if [ -z "$_domain" ]; then
printf "%s\n" "Main_Domain${_sep}KeyLength${_sep}SAN_Domains${_sep}Profile${_sep}CA${_sep}Created${_sep}Renew"
fi
for di in "${CERT_HOME}"/*.*/; do
for di in "${CERT_HOME}"/{*.*,*:*}/; do
d=$(basename "$di")
_debug d "$d"
(