nixos/middleman: Add script to deploy mailcow SSL certs

This commit is contained in:
2023-08-27 00:58:55 +01:00
parent ea03795dca
commit f10ce00f04
5 changed files with 89 additions and 0 deletions

View File

@@ -271,5 +271,9 @@ rec {
me = ../.keys/me.pub;
deploy = ../.keys/deploy.pub;
rsyncNet = ../.keys/zh2855.rsync.net.pub;
mailcowAcme = ../.keys/mailcow-acme.pub;
};
sshHostKeys = {
mail-vm = ../.keys/mail-vm-host.pub;
};
}