Replies: 3 comments 2 replies
-
@simonhutchings @dhh @anthonynsimon @aarroisi @kevinmcconnell Can you please help? |
Beta Was this translation helpful? Give feedback.
-
Hi @naveencom, I think your The Let me know if that solves your problem! |
Beta Was this translation helpful? Give feedback.
-
Re #45 -- sorry, that was a typo on my part! I've edited the description there to fix it, so it won't be confusing for anyone else who finds it. Since you're using Kamal to deploy your app, we'll really need the support for custom certificates to land there. While you could run the If you want to test this setup out by using |
Beta Was this translation helpful? Give feedback.
-
My kamal config:
Cloudflare encryption mode: Full (strict)
Then I obtained and deployed an Origin CA certificates from Cloudflare.
docker exec kamal-proxy kamal-proxy deploy service-web --target="*.example.com" --host="example.com" --tls --tls-certificate-path /etc/ssl/certs/example.com.pem --tls-private-key-path /etc/ssl/certs/example.com.key
When I run the above command, I'm getting the following error.
Error: *.example.com :invalid host pattern
example.com is accessible, but not subdomain.example.com
I've gone through these discussions #30 & #45
I'm a newbie so I don't know if I've made any mistakes.
Please help me.
Beta Was this translation helpful? Give feedback.
All reactions