Hacker News new | ask | show | jobs
by infinisil 3122 days ago
NixOS [1] actually has really great nginx integration with just a single line [2]:

    enableACME = true;
This automatically does the ACME thing and sets up systemd units to renew the certificate. Have been using it a while for my (sub)domains and it's worked really well.

[1]: https://nixos.org/

[2]: https://nixos.org/nixos/options.html#%3Cname%3E.enableacme