Merge pull request #6696 from taoso/dev

Support list IPv6 address certificate
This commit is contained in:
neil 2025-12-23 21:42:01 +01:00 committed by GitHub
commit dba4be8065
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"
(