hosts/remilia: mailserver: change certificateScheme
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
sendingFqdn = fqdn;
|
sendingFqdn = fqdn;
|
||||||
domains = [ domain ];
|
domains = [ domain ];
|
||||||
certificateDomains = [ "mail.${domain}" ];
|
certificateDomains = [ "mail.${domain}" ];
|
||||||
certificateScheme = 3;
|
certificateScheme = "acme-nginx";
|
||||||
loginAccounts = {
|
loginAccounts = {
|
||||||
"natto@${domain}" = {
|
"natto@${domain}" = {
|
||||||
hashedPasswordFile = "/var/secrets/natto@${domain}.key";
|
hashedPasswordFile = "/var/secrets/natto@${domain}.key";
|
||||||
|
Reference in New Issue
Block a user