feat(secrets): add domain cert secrets

This commit is contained in:
Infinidoge 2022-11-07 11:47:46 -05:00
parent a35b222dee
commit 5fb50d467d
3 changed files with 2 additions and 0 deletions

BIN
secrets/inx.moe.key.age Normal file

Binary file not shown.

BIN
secrets/inx.moe.pem.age Normal file

Binary file not shown.

View file

@ -21,4 +21,6 @@ in
"infinidoge-password.age".publicKeys = allKeys; "infinidoge-password.age".publicKeys = allKeys;
"root-password.age".publicKeys = allKeys; "root-password.age".publicKeys = allKeys;
"binary-cache-private-key.age".publicKeys = allKeys; "binary-cache-private-key.age".publicKeys = allKeys;
"inx.moe.pem.age".publicKeys = allKeys;
"inx.moe.key.age".publicKeys = allKeys;
} }