Hello all NixOps users. I'd like to build my production system with
libvirtd backend, but I'm stopped with a problem. SSL certificates can't be
obtained in virtualized environment.
{
services.nginx.virtualHosts."example.domain" = {
enableSSL = true;
enableACME = true;
};
}
As far as I understand, letsencrypt tries to verify "example.domain", but
it points to production system, not to virtualized.
What are my options to fix this issue? In the end I'd like to add virtual
server to VPN and test public entry points from developer machine.
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev