|
|
|
|
|
by sonaltr
2724 days ago
|
|
I'm almost 99% certain that everyone who's this concerned - already has a domain. (or they can get a free domain from something like .tk - as it really does not matter since this is for pure local development). So I feel like the following workflow is simpler no? 1. Use something like local.mydomain.com as your local dev domain. (set the DNS in Cloudflare / Netlify etc. to 127.0.0.1) 2. Use Let's encrypt to generate certs for that domain. Am I going about this the wrong way? (or is there something super insecure that I've missed?) |
|
For the dns part, I honestly think a hosts file entry is more flexible, as you can support environments using vms/containers etc with a guest that has a dhcp address.