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 changed files with 1 additions and 5 deletions
|
|
@ -1,9 +1,5 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
security.acme.acceptTerms = true;
|
security.acme.acceptTerms = true;
|
||||||
security.acme.defaults = {
|
security.acme.defaults.email = "kiana.a.sheibani@gmail.com";
|
||||||
email = "kiana.a.sheibani@gmail.com";
|
|
||||||
dnsProvider = "namecheap";
|
|
||||||
environmentFile = "/root/.namecheap_api";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue