diff --git a/pkg/configuration/configuration.go b/pkg/configuration/configuration.go index 9b8d41a..890bed3 100644 --- a/pkg/configuration/configuration.go +++ b/pkg/configuration/configuration.go @@ -211,7 +211,7 @@ func validateParamsRequired(config *Config) error { return nil } -// GetTLSConfigCrowdsec get TLS config from Config +// GetTLSConfigCrowdsec get TLS config from Config. func GetTLSConfigCrowdsec(config *Config) (*tls.Config, error) { tlsConfig := new(tls.Config) tlsConfig.RootCAs = x509.NewCertPool()