Closed Tinyblargon closed 5 months ago
This pr 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 pr 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.
This PR adds support for connecting to custom/self-hosted Acme server.
The following variables are introduced:
certbot_env_vars
(global config)certbot_server
(global config)env_vars
(certificate config)server
(certificate config)For consistency
certbot_env_vars
andcertbot_server
will be overwritten by configuringenv_vars
andserver
on the individual certificates.The
certbot_server
setting is for configuring the URL to a custom/self-hosted Acme serverThe
certbot_env_vars
setting is for setting the path to a custom CA as this can only be done through theREQUESTS_CA_BUNDLE
environment variable. This works like the second example of the Ansible docs allowing for users to set their own environment variables.Due to the new settings being empty by default this change is fully backwards compatible.