feat(tazjin/nixos): issue wildcard cert for yggdrasil services

Issue a wildcard certificate using the Yandex Cloud DNS plugin (which is where
DNS for tazj.in is hosted).

Change-Id: I44fa48add660f4f4324ec4b056a81d78c45ff4f4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12481
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2024-09-14 22:52:54 +03:00 committed by tazjin
parent e5edb3b192
commit adf8a7da87
3 changed files with 18 additions and 2 deletions

Binary file not shown.

View file

@ -13,4 +13,5 @@ in
"geesefs-tazjins-files.age".publicKeys = allKeys;
"miniflux.age".publicKeys = allKeys;
"tgsa-yandex.age".publicKeys = allKeys;
"lego-yandex.age".publicKeys = allKeys;
}