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
|
@ -21,6 +21,11 @@
|
|||
};
|
||||
|
||||
config = {
|
||||
skynet_acme.domains = [
|
||||
# the root one is already covered by teh certificate
|
||||
"2016.skynet.ie"
|
||||
];
|
||||
|
||||
skynet_dns.records = [
|
||||
# means root domain, so skynet.ie
|
||||
{record="@"; r_type="A"; value=cfg.host.ip;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue