tweak: switch from DNS to HTTP for ACME verification
This prevents my TLS encryption from depending on my DNS, which was finicky at best.
This commit is contained in:
parent
1d585f14a4
commit
7b488ff7c0
|
@ -1,9 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
security.acme.acceptTerms = true;
|
||||
security.acme.defaults = {
|
||||
email = "kiana.a.sheibani@gmail.com";
|
||||
dnsProvider = "namecheap";
|
||||
environmentFile = "/root/.namecheap_api";
|
||||
};
|
||||
security.acme.defaults.email = "kiana.a.sheibani@gmail.com";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue