-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Wildcard Domain/SSL Not Working #298
Comments
Can you post the output of |
I'm running Dokku on Ubuntu 22.04 VM (via Proxmox 7.3-4).
|
Alright cool I'll test this on a VM this weekend - it worked for me last weekend and I had the sponsor confirm things work for them, but I wonder if there is something odd about that Can you run the dokku --trace letsencrypt:enable ruby-getting-started |
Awesome, thanks. Certainly seems like the
|
this is even documented in the lego docs:
|
The problem is here: dokku-letsencrypt/internal-functions Line 614 in 5dc9bf5
This takes the literal domain name and uses it in the filename. If someone wants to make a PR that replaces |
@josegonzalez Thanks for the pointer, I created a PR here: #311 |
Description of problem
I can't get a wildcard domain working with a fresh install of Dokku and ruby-getting-started. Conversation started in #295.
How reproducible
Reproducible
Steps to Reproduce
DEPLOY APP
Actual Results
Error copying .crt file during "Installing lets encrypt certificates" step. The issue seems to be the
*
in the filename (*.mydomain.com.crt
). The actual file name is_.mydomain.com.crt
.Expected Results
File copies successfully.
The text was updated successfully, but these errors were encountered: