fix: add mail.itepastra.nl to certificate
This commit is contained in:
parent
00ae859910
commit
64b63810a7
1 changed files with 7 additions and 1 deletions
|
|
@ -231,6 +231,12 @@
|
||||||
useACMEHost = "itepastra.nl";
|
useACMEHost = "itepastra.nl";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"mail.itepastra.nl" = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = false;
|
||||||
|
useACMEHost = "itepastra.nl";
|
||||||
|
};
|
||||||
|
|
||||||
"pfa.itepastra.nl" = {
|
"pfa.itepastra.nl" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = false;
|
enableACME = false;
|
||||||
|
|
@ -275,7 +281,7 @@
|
||||||
"images.noa.voorwaarts.nl"
|
"images.noa.voorwaarts.nl"
|
||||||
"maintenance.noa.voorwaarts.nl"
|
"maintenance.noa.voorwaarts.nl"
|
||||||
];
|
];
|
||||||
"itepastra.nl".extraDomainNames = [ "locked.itepastra.nl" "rc.itepastra.nl" "pfa.itepastra.nl" ];
|
"itepastra.nl".extraDomainNames = [ "locked.itepastra.nl" "rc.itepastra.nl" "mail.itepastra.nl" "pfa.itepastra.nl" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue