Hello,
I’d love to be able to test locally the changes I do to my server by deploying into a VM. However, I’m not sure to see how to deal with https. Indeed, even if I manage to give the correct domain name to my VM (not sure how yet but guess it’s feasible), I don’t see how it’s possible to make them request a certificate to Let’s Encrypt (configured with acme
): indeed the domain will never be reachable from outside, so let’s encrypt won’t help here.
One option would be to re-enable http and disable https for my local tests, but it’s a bit sad as most of the times the issues I have come from https settings.
Is there a solution to that problem?
Thanks!