acme: Switch to a wildcard certificate
This commit is contained in:
parent
8f178f776e
commit
e16f3be326
11 changed files with 24 additions and 11 deletions
configuration
|
@ -49,6 +49,13 @@
|
|||
security.acme = {
|
||||
defaults.email = "tm@tlater.net";
|
||||
acceptTerms = true;
|
||||
|
||||
certs."tlater.net" = {
|
||||
extraDomainNames = ["*.tlater.net"];
|
||||
dnsProvider = "hetzner";
|
||||
group = "nginx";
|
||||
credentialFiles."HETZNER_API_KEY_FILE" = config.sops.secrets."hetzner-api".path;
|
||||
};
|
||||
};
|
||||
|
||||
services.backups.acme = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue