Squid 反向代理上的新证书
我需要在 Squid 反向代理上创建一个新证书来替换过期的证书。 有人知道怎么做吗?
I need to create a New certificate on Squid reverse proxy to replace an expired one.
Does anyone know how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用OpenSSL,特别参见
HOWTO 证书
,并注意第 4 段,创建自签名测试证书。Squid 文档CA 和证书生成的 OpenSSL 配置
提供有关使用
OpenSSL
生成证书并将其与Squid
一起使用的完整详细信息。You can use OpenSSL, see especially
HOWTO certificates
, and note paragraph 4, Creating a self-signed test certificate.The squid doc OpenSSL Configuration for CA and Certificate Generation
provides full details on using
OpenSSL
for generating a certificate and using it withSquid
.