diff options
| author | Adnan Maolood <[email protected]> | 2020-11-23 12:17:54 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2020-11-23 12:17:54 -0500 |
| commit | 0c75e5d5ad53e0a2e4722bfb672feebcf66db903 (patch) | |
| tree | 80a2d3aca676c945edbcbc53262a18d2754f23f3 /server.go | |
| parent | Update KnownHosts documentation (diff) | |
| download | go-gemini-0c75e5d5ad53e0a2e4722bfb672feebcf66db903.tar.xz go-gemini-0c75e5d5ad53e0a2e4722bfb672feebcf66db903.zip | |
Expose KnownHosts and CertificateStore internals
Diffstat (limited to 'server.go')
| -rw-r--r-- | server.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ type Server struct { WriteTimeout time.Duration // Certificates contains the certificates used by the server. - Certificates CertificateStore + Certificates CertificateDir // CreateCertificate, if not nil, will be called to create a new certificate // if the current one is expired or missing. |