public-web-static: remove cpuccc.hamburg.ccc.de alias
This commit is contained in:
parent
175df86928
commit
213707b310
1 changed files with 1 additions and 3 deletions
|
|
@ -7,7 +7,6 @@ let
|
|||
in
|
||||
{
|
||||
security.acme.certs."cpu.ccc.de".extraDomainNames = [
|
||||
"cpuccc.hamburg.ccc.de"
|
||||
"lokal.ccc.de"
|
||||
"local.ccc.de"
|
||||
];
|
||||
|
|
@ -75,11 +74,10 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
"cpuccc.hamburg.ccc.de" = {
|
||||
"lokal.ccc.de" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "cpu.ccc.de";
|
||||
serverAliases = [
|
||||
"lokal.ccc.de"
|
||||
"local.ccc.de"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue