From 059d44027018f1eaa69d3a0f9779da78eb651ced Mon Sep 17 00:00:00 2001 From: tjpcc Date: Tue, 10 Oct 2023 18:30:22 -0600 Subject: identify and error on conflicting servertls directives on merged gemini servers fixes #7 --- types.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'types.go') diff --git a/types.go b/types.go index 9523d9c..392b955 100644 --- a/types.go +++ b/types.go @@ -50,6 +50,9 @@ type Server struct { TLS *tls.Config Hostnames []string Routes []RouteDirective + + tlsKeyFile string + tlsCertFile string } type Auth struct { -- cgit v1.2.3