Nixos Nginx ACME ssl certificates for multiple domains

no, it isn’t.

security.acme.defaults.server = "https://acme-staging-v02.api.letsencrypt.org/directory";

That is not required. You only need to set forceSSL and useACMEHost for the vhost and configure security.acme then you are done.


This is not hard at all if you have a basic understanding of nginx.
Caddy won’t magically solve all your problems especially if you are not very familiar what you need to do to configure a web server.

1 Like