try easystreet

This commit is contained in:
Chris Cochrun 2024-12-26 22:31:13 -06:00
parent be20822334
commit bf8cc0713c

View file

@ -46,9 +46,9 @@ with lib;
};
useFsLayout = true;
hierarchySeparator = "/";
certificateScheme = "acme";
certificateFile = "/var/lib/acme/${fqdn}/fullchain.pem";
keyFile = "/var/lib/acme/${fqdn}/key.pem";
certificateScheme = "acme-nginx";
# certificateFile = "/var/lib/acme/${fqdn}/fullchain.pem";
# keyFile = "/var/lib/acme/${fqdn}/key.pem";
loginAccounts = {
"chris@cochrun.xyz" = {
hashedPasswordFile = "/home/chris/mailp";
@ -64,12 +64,12 @@ with lib;
};
};
security.acme = {
acceptTerms = true;
defaults.email = "chris@cochrun.xyz";
certs.${fqdn} = {
webroot = "/var/lib/acme/acme-challenge/";
# dnsProvider = "namecheap";
};
};
# security.acme = {
# acceptTerms = true;
# defaults.email = "chris@cochrun.xyz";
# certs.${fqdn} = {
# webroot = "/var/lib/acme/acme-challenge/";
# # dnsProvider = "namecheap";
# };
# };
}