migrate lego to dnsimple
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -11,8 +11,8 @@
|
||||
acceptTerms = true;
|
||||
defaults.email = "aliceghuston@gmail.com";
|
||||
certs."nayeonie.com" = {
|
||||
dnsProvider = "bunny";
|
||||
environmentFile = config.sops.secrets."acme/bunny".path;
|
||||
dnsProvider = "dnsimple";
|
||||
environmentFile = config.sops.secrets."acme/dnsimple".path;
|
||||
dnsPropagationCheck = false;
|
||||
group = "haproxy";
|
||||
extraDomainNames = [
|
||||
@ -36,7 +36,7 @@
|
||||
);
|
||||
|
||||
sops.secrets = {
|
||||
"acme/bunny" = {
|
||||
"acme/dnsimple" = {
|
||||
owner = "root";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user