-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Question] Wildcard subdomains #88
Comments
This repo uses Verification by webserver. to my knowledge wildcard certs are only possible with DNS-authenticators. This might be helpful: https://community.letsencrypt.org/t/wildcard-domain-step-by-step/58250/4 I am not sure how auto-renewal works with DNS though. |
Did you solve the problem with installing the certificate on the subdomain? |
I managed to get DNS verification working like so (for Cloudflare): Follow these docs (specifically the part about getting a cloudflare token): In your docker composer use the image called Then, replace the cert issuing command to the following (you'll have to create cf.ini per the docs above):
Regards, |
So I have this set up and working for normal domains. But for the life of me I can't seem to get wildcard subdomain certificates. I simply cant figure out how to include the DNS plugins with the certbot on the init script.
Anyone have any experience with creating wildcard subdomain certificates with this repo?
Am I even going the correct direction, or am I looking at this in the wrong way?
Thanks!
The text was updated successfully, but these errors were encountered: