Skip to content

Commit 4de4d9f

Browse files
author
Zach Brown
committed
Updated README again
1 parent 6b750f7 commit 4de4d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ server := &http.Server{
1919
}),
2020
TLSConfig: &tls.Config{
2121
Certificates: []tls.Certificate{cert},
22-
MinVersion: autocert.SecureTLSMinVersion(),
23-
CipherSuites: autocert.SecureTLSCipherSuites(),
22+
MinVersion: certtools.SecureTLSMinVersion(),
23+
CipherSuites: certtools.SecureTLSCipherSuites(),
2424
},
2525
}
2626
```

0 commit comments

Comments
 (0)