letsencrypt: add account.key
we will be doing dns challenges manually
This commit is contained in:
parent
b7908a51fb
commit
10de4e7ce2
@ -90,6 +90,7 @@
|
||||
|
||||
age.secrets.sasl-passwd.file = ./secrets/postfix_sasl_passwd.age;
|
||||
age.secrets.borgbackup-password.file = ./secrets/vno1-oh2/borgbackup/password.age;
|
||||
age.secrets.letsencrypt-account-key.file = ./secrets/letsencrypt/account.key.age;
|
||||
}
|
||||
];
|
||||
|
||||
|
@ -19,6 +19,7 @@ in {
|
||||
# vno1-oh2 + motiejus
|
||||
"secrets/hel1-a/zfs-passphrase.age".publicKeys = [vno1-oh2] ++ motiejus;
|
||||
"secrets/vno1-oh2/borgbackup/password.age".publicKeys = [vno1-oh2] ++ motiejus;
|
||||
"secrets/letsencrypt/account.key.age".publicKeys = [vno1-oh2] ++ motiejus;
|
||||
|
||||
# everywhere + motiejus
|
||||
"secrets/motiejus_passwd_hash.age".publicKeys = systems ++ motiejus;
|
||||
|
BIN
secrets/letsencrypt/account.key.age
Normal file
BIN
secrets/letsencrypt/account.key.age
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user