Closed sdickenson closed 3 years ago
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details.
This pull request adds support user-specified
certbot
options during certificate creation, altering the renewal configuration file of the generated certificate(s), and usingsystemd
timers instead ofcron
jobs.The impetus for this PR was to support using an internal CA which supports ACME, and a desire to have auto-renewals happen via
webroot
instead of stopping the web server during issuance. All added functionality defaults to values which preserve the original intent of the role, so these changes should not be breaking of existing use cases.