acme: each server is now responsible for the certs tehy request
Closes #4
This commit is contained in:
parent
abc355d1b6
commit
2ae70acf56
8 changed files with 35 additions and 2 deletions
|
@ -53,6 +53,15 @@
|
|||
"ip daddr ${cfg.host.ip} tcp dport 25565 counter packets 0 bytes 0 accept"
|
||||
];
|
||||
|
||||
skynet_acme.domains = [
|
||||
"${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}"
|
||||
"config.${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}"
|
||||
"compsoc_classic.${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}"
|
||||
"compsoc.${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}"
|
||||
"gsoc.${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}"
|
||||
"gsoc_abridged.${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}"
|
||||
];
|
||||
|
||||
skynet_dns.records = [
|
||||
# the minecraft (web) config server
|
||||
{record="config.${cfg.domain.sub}"; r_type="CNAME"; value=cfg.host.name;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue