[Nix-dev] Testing Nginx public entry points with NixOps/libvirtd

Daniel Hlynskyi abcz2.uprola at gmail.com
Wed Dec 21 12:20:30 CET 2016


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.science.uu.nl/pipermail/nix-dev/attachments/20161221/d7c2dd6a/attachment.html>


More information about the nix-dev mailing list