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
Frequently when I try to do a cert renewal for multiple domains, the token the letsencrypt server gives me starts with a -. When this is the case, renewal fails.
Frequently when I try to do a cert renewal for multiple domains, the token the letsencrypt server gives me starts with a
-
. When this is the case, renewal fails.I run certbot with these options:
My error would be:
and to patch this issue locally I prepended a space to each argument in the argument list that begins with a
-
:I'm happy to submit a PR though there may be a less hacky way to handle this.
The text was updated successfully, but these errors were encountered: