Fix acme talking to Gandi

This commit is contained in:
Gene Liverman 2026-01-24 23:19:34 -05:00
parent 08228c81c7
commit b48a52fe79
2 changed files with 5 additions and 6 deletions

View file

@ -10,8 +10,7 @@
acceptTerms = true;
defaults = {
email = "lets-encrypt@technicalissues.us";
credentialFiles = { "GANDIV5_API_KEY_FILE" = "${config.sops.secrets.gandi_api.path}"; };
#credentialFiles = { "GANDIV5_PERSONAL_ACCESS_TOKEN_FILE" = gandi_dns_pat; };
credentialFiles = { "GANDIV5_PERSONAL_ACCESS_TOKEN_FILE" = "${config.sops.secrets.gandi_dns_pat.path}"; };
dnsProvider = "gandiv5";
dnsResolver = "ns1.gandi.net";
# uncomment below for testing
@ -21,6 +20,6 @@
sops = {
age.keyFile = "${config.users.users.${username}.home}/.config/sops/age/keys.txt";
secrets.gandi_api.sopsFile = ../secrets.yaml;
secrets.gandi_dns_pat.sopsFile = ../secrets.yaml;
};
}