security.acme.defaults.credentialFiles
NixOS option
Environment variables suffixed by “_FILE” to set for the cert’s service for your selected dnsProvider. To find out what values you need to set, consult the documentation at https://go-acme.github.io/lego/dns/ for the corresponding dnsProvider. This allows to securely pass credential files to lego by leveraging systemd credentials.
type: attribute set of absolute pathDefault
{ }Example
declared in: nixos/modules/security/acmeView source on NixOS/nixpkgs →{
"RFC2136_TSIG_SECRET_FILE" = "/run/secrets/tsig-secret-example.org";
}