我可以续签这样的证书:
certbot-auto renew --apache
但是当我想禁用安全性较低的RC4和SSL v3时,通过了哪些参数?
我会假设我需要的信息在这里,但我看不到它:
https://certbot.eff.org/docs/using.html#command-line-options
禁用密码(RC4)或协议(SSLv3)不是通过更改证书,而是通过更改Web服务器的configuration来完成的。 证书(大部分)独立于密码和协议。
使用apache时,您需要调整SSLProtocol和SSLCipherSuiteconfiguration选项。