Skip to content

Conversation

henti
Copy link

@henti henti commented May 10, 2025

When adding mulitple hosts on a single cloudflare domain, the additional domains will be added as "Subject Alternative Name" and the certificate will need to be updated. Since the default setting in certbot is to ask, this fails.

This change adds support for CERTBOT_EXPAND, which when set to true, will add the --expand option on the certbot run.

Fixes #20

When adding mulitple hosts on a single cloudflare domain, the additional domains will be added as "Subject Alternative Name" and the certificate will need to be updated. Since the default setting in certbot is to ask, this fails.

This change adds support for CERTBOT_EXPAND, which when set to true, will add the `--expand` option on the certbot run.
Removed entry for CERTBOT_EXPAND in Dockerfile as it's optional.
Updated docs to include CERTBOT_EXPAND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating domains breaks startup.
2 participants