timoth-y/kicksware-api

View on GitHub
shared/core/meta/tlsCertificate.go

Summary

Maintainability
A
0 mins
Test Coverage
package meta

type TLSCertificate struct {
    EnableTLS bool `yaml:"enableTLS"`
    CertFile   string `yaml:"certFile"`
    KeyFile    string `yaml:"keyFile"`
}