support multi-domain certificates

This commit is contained in:
Aine
2022-11-13 16:07:38 +02:00
parent 29cd6c4dcb
commit 519c44e998
5 changed files with 25 additions and 18 deletions

View File

@@ -47,8 +47,8 @@ type DB struct {
// TLS config
type TLS struct {
Cert string
Key string
Certs []string
Keys []string
Port string
Required bool
}