You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are multiple domain names, acme.sh will print them out line by line. At this time, TAB separation is used, but the length of the domain names is not exactly the same, and the readability is very poor at this time.
For example, the picture below shows this situation.
I think using a different number of spaces to align the columns is a more reasonable choice, just like the docker ps -a command (like below), and it makes for a better experience.
The text was updated successfully, but these errors were encountered:
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.
When there are multiple domain names, acme.sh will print them out line by line. At this time,
TAB
separation is used, but the length of the domain names is not exactly the same, and the readability is very poor at this time.For example, the picture below shows this situation.
I think using a different number of spaces to align the columns is a more reasonable choice, just like the
docker ps -a
command (like below), and it makes for a better experience.The text was updated successfully, but these errors were encountered: