mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 00:41:38 +02:00
docs: add instructions for custom Acme server configuration
This commit is contained in:
parent
3cfa3d557c
commit
7ce9d429cc
11
README.md
11
README.md
@ -106,6 +106,17 @@ Let's Encrypt supports [generating wildcard certificates](https://community.lets
|
||||
|
||||
Michael Porter also has a walkthrough of [Creating A Let’s Encrypt Wildcard Cert With Ansible](https://www.michaelpporter.com/2018/09/creating-a-wildcard-cert-with-ansible/), specifically with Cloudflare.
|
||||
|
||||
### Custom Acme Server
|
||||
|
||||
When you want to connect to a different Acme server than the one provided by Let's Encrypt, this can be accomplished by setting the following parameters.
|
||||
|
||||
Changing the Acme server can be done for all certificates with `certbot_server` and can also be configured for individual certificates.
|
||||
|
||||
Providing your own CA can be done with the `REQUESTS_CA_BUNDLE` environment variable in `certbot_env_vars`. Subsequently this can also be configured for individual certificates.
|
||||
|
||||
certbot_env_vars:
|
||||
REQUESTS_CA_BUNDLE: "/etc/ssl/certs/my_root_ca.pem"
|
||||
|
||||
## Dependencies
|
||||
|
||||
None.
|
||||
|
Loading…
x
Reference in New Issue
Block a user