Fix ipv6 cert cannot be found#6485
Conversation
|
But this will cause the log to display some incorrect folders (although they are safely skipped) shall we skip this 4 folders? |
|
Just a thought but as a naive approach could you just glob over |
|
that seems better. |
Is all shells can support regex? |
|
This is not a regular expression. It is a directory pattern match using globbing. It is pretty widely supported among shells and at very least works in bash, dash, and sh which are listed as this project's supported shells. It also works on my machine in zsh and tcsh. |
With LE officially supporting IP certificates, I have recently refocused my attention on this issue. I changed and it works, thank you! |
the old code only check the folder with "."
for di in "${CERT_HOME}"/*.*/; doif we have a ipv6 ip cert like this
2001:db8::_eccbecause it doesn't contain "." it cannot be found and renewed