Squid 配置指令 sslcrtd_program
可用版本:
此指令在 Squid 的 v8 版本中不可用。
对于 v5 之前的旧版本,请参阅以上链接页面。
配置详情
| 选项名称 | sslcrtd_program |
|---|---|
| 替代 | |
| 要求 | --enable-ssl-crtd |
| 默认值 | sslcrtd_program /usr/local/squid/libexec/security_file_certgen -s /usr/local/squid/var/cache/squid/ssl_db -M 4MB |
| 建议配置 |
|
Specify the location and options of the executable for certificate generator. /usr/local/squid/libexec/security_file_certgen program can use a disk cache to improve response times on repeated requests. To enable caching, specify -s and -M parameters. If those parameters are not given, the program generates a new certificate on every request. For more information use: /usr/local/squid/libexec/security_file_certgen -h |
|
