kyra(hardening): per-service acme setup
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
c563897f02
commit
a8c7b87791
1 changed files with 9 additions and 3 deletions
|
|
@ -3,14 +3,20 @@
|
||||||
acme = {
|
acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults = {
|
defaults = {
|
||||||
email = "litvinovb0@gmail.com";
|
email = "me@hand7s.org";
|
||||||
};
|
};
|
||||||
|
|
||||||
certs = {
|
certs = {
|
||||||
"hand7s.org" = {
|
"hand7s.org" = {
|
||||||
dnsProvider = "cloudflare";
|
dnsProvider = "cloudflare";
|
||||||
credentialsFile = config.sops.templates."acme.env".path;
|
environmentFile = config.sops.templates."acme.env".path;
|
||||||
group = "sing-box";
|
group = "mihomo";
|
||||||
|
};
|
||||||
|
|
||||||
|
"ntp.hand7s.org" = {
|
||||||
|
dnsProvider = "cloudflare";
|
||||||
|
environmentFile = config.sops.templates."acme.env".path;
|
||||||
|
group = "ntpd-rs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue