We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6004e7f commit 32ee6bdCopy full SHA for 32ee6bd
1 file changed
acme.sh
@@ -5840,7 +5840,7 @@ list() {
5840
if [ -z "$_domain" ]; then
5841
printf "%s\n" "Main_Domain${_sep}KeyLength${_sep}SAN_Domains${_sep}Profile${_sep}CA${_sep}Created${_sep}Renew"
5842
fi
5843
- for di in "${CERT_HOME}"/*.*/; do
+ for di in "${CERT_HOME}"/{*:*,*.*}/; do
5844
d=$(basename "$di")
5845
_debug d "$d"
5846
(
0 commit comments