Skip to content
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

Standalone Certificate not generating for root domain when subdomains for it exist #674

Closed
Tommsy64 opened this issue Jul 1, 2020 · 2 comments · Fixed by #683
Closed
Labels

Comments

@Tommsy64
Copy link

Tommsy64 commented Jul 1, 2020

I have containers with their LETSENCRYPT_HOST set to sub.mydomain.com and I would like to add a standalone certificate mydomain.com.

I set up letsencrypt_user_data like this:

LETSENCRYPT_STANDALONE_CERTS=('id')
LETSENCRYPT_id_HOST=('mydomain.com')

It seems that add_standalone_configuration is matching the occurrences of sub.mydomain.com and running add_location_configuration "$domain" instead of generating the standalone config.

@Tommsy64 Tommsy64 changed the title Standalone Certificate not generating for root domain Standalone Certificate not generating for root domain when subdomains for it exist Jul 1, 2020
@buchdag buchdag added kind/bug Issue reporting a bug status/needs-more-info labels Jul 4, 2020
@buchdag
Copy link
Member

buchdag commented Jul 5, 2020

Hi.

Could you try pulling duch/letsencrypt-nginx-proxy-companion:fix-674 to verify that it correctly fixes the bug ?

@buchdag
Copy link
Member

buchdag commented Jul 13, 2020

ping @Tommsy64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants