summaryrefslogtreecommitdiff
path: root/pkg/web/certs.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/web/certs.go')
-rw-r--r--pkg/web/certs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/web/certs.go b/pkg/web/certs.go
index 8c5d423..9cccc65 100644
--- a/pkg/web/certs.go
+++ b/pkg/web/certs.go
@@ -31,7 +31,7 @@ type caInfo struct {
cacrt, cakey string
}
-func NewCaInfo(cacrt string, cakey string) caInfo {
+func newCaInfo(cacrt string, cakey string) caInfo {
return caInfo{cacrt, cakey}
}