-
Notifications
You must be signed in to change notification settings - Fork 0
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
Protect sites by TLS. #11
Comments
Exec
Ready to exec. Concerns
|
Debug
|
Wildcard?The key is to change from using http01 challenge, to dns01 challenge. Because a wildcard certificate requires dns01. The next thing that would be cool is to set a wildcard TLS. However, this is optional, and it might take a lot of work, time and effort. Checking rate limit for letsencryptSee the cert issued for rx name. Using Route53 as DNS01 Challenge provider
Make the changes and debug
|
🎉 Certificate success with DNS challenge and wildcard domain!Using letencrypt prod w/ DNS challenge.
Checking over https on rx name
Only need to look at:
Looks good! Checking https on subdomainsRun
Still not working. This also happens in staging. |
Wildcard issueSeems like it's registering to literally Solve by this issue. The wildcard seems to not working at the beginning, when we access subdomain site it's giving
To look up the letsencrypt domain registration status, we can always go to https://crt.sh/, and search for the domain name in concern. |
Thanks for doing the cray amounts of hardwork, gonna try this solution of yours once my 1 hour ban with production grade certs is lifted, geniusie like you are rare , you should be proud of yourself I know you must be |
I definitely get you for all the stress setting up TLS. Everyone’s config is different but I curated my debug process in this doc, hope it can be useful to you : https://github.com/rivernews/iriversland2-kubernetes/blob/master/docs/progress_tls_cert.md You might find this issue useful where I integrate another subdomain to use the wilcard certificate, but what I will suggest is to follow this cert-manager official doc to get started. If things go wrong, you can refer to the doc above to help you debug. |
Steps
tls
blockRef
Other Ref
The text was updated successfully, but these errors were encountered: