mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
services/syncplay: TLS support
This commit is contained in:
parent
a06d2e38b8
commit
e0d680844f
1 changed files with 5 additions and 1 deletions
|
|
@ -7,6 +7,10 @@
|
|||
enable = true;
|
||||
user = "syncplay";
|
||||
group = "kittywit-ch";
|
||||
certDir = "/var/lib/acme/kittywit.ch/";
|
||||
certDir = "/var/lib/acme/sync.kittywit.ch/";
|
||||
};
|
||||
|
||||
security.acme.certs."sync.kittywit.ch".postRun = ''
|
||||
cp key.pem privkey.pem
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue