Skip to content

Instantly share code, notes, and snippets.

@yorickvP
Created September 12, 2019 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yorickvP/8790198ad454d399904c0a5fa8c93c46 to your computer and use it in GitHub Desktop.
Save yorickvP/8790198ad454d399904c0a5fa8c93c46 to your computer and use it in GitHub Desktop.
{
services.acme-sh.certs.serokell = {
domains = withSubdomains {
"${domain}" = "dns_aws";
};
mainDomain = domain;
postRun = "systemctl reload nginx || true";
keyFile = "/run/keys/acme.env";
production = true;
inherit (config.services.nginx) user group;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment