Browse Source
Merge pull request #6696 from taoso/dev
Support list IPv6 address certificate
pull/1602/merge
neil
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
acme.sh
|
|
@ -5840,7 +5840,7 @@ list() { |
|
|
if [ -z "$_domain" ]; then |
|
|
if [ -z "$_domain" ]; then |
|
|
printf "%s\n" "Main_Domain${_sep}KeyLength${_sep}SAN_Domains${_sep}Profile${_sep}CA${_sep}Created${_sep}Renew" |
|
|
printf "%s\n" "Main_Domain${_sep}KeyLength${_sep}SAN_Domains${_sep}Profile${_sep}CA${_sep}Created${_sep}Renew" |
|
|
fi |
|
|
fi |
|
|
for di in "${CERT_HOME}"/*.*/; do |
|
|
|
|
|
|
|
|
for di in "${CERT_HOME}"/{*.*,*:*}/; do |
|
|
d=$(basename "$di") |
|
|
d=$(basename "$di") |
|
|
_debug d "$d" |
|
|
_debug d "$d" |
|
|
( |
|
|
( |
|
|
|