This commit is contained in:
Cadey Ratio 2019-12-01 08:58:55 -05:00
parent 107b1ebd97
commit 2f71d334b6
2 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func main() {
defer cancel()
ctx = ln.WithF(ctx, cfg.F())
certManager, err := localca.New(*certFile, *keyFile, *domainSuffix, autocert.DirCache(*certFolder))
certManager, err := localca.New(*keyFile, *certFile, *domainSuffix, autocert.DirCache(*certFolder))
if err != nil {
ln.FatalErr(ctx, err)
}