Documentation ¶
Overview ¶
Package cert HTTPS证书
Package cert 证书管理
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { Set(host string, c *tls.Certificate) Get(host string) *tls.Certificate }
Cache 证书缓存接口
Click to show internal directories.
Click to hide internal directories.