-
-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certificate Requests stop if one certificate is already issued #113
Comments
You can comment the domain which already has a cert. Dunnow if the renewal works fine, though. |
👍 |
I can confirm such strange behavior .... |
Also ran into this. Looks like the role is just taking the first certificate, so I guess a workaround is to always prepend to that list? ansible-role-certbot/tasks/create-cert-standalone.yml Lines 2 to 5 in fe1716e
Doesn't seem too difficult to make it operate on all elements of the list, rather than just the first |
Ah, after prepending I run into:
|
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details. |
Given a
domains
list of two or more domains, if one of the domains already has a certificate issued, the others won't be issued because certbot will stop processing.The text was updated successfully, but these errors were encountered: