try easystreet
This commit is contained in:
parent
be20822334
commit
bf8cc0713c
|
@ -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";
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue