(no title)
flowerlad | 2 months ago
Having only one SSL certificate is a single point of failure, we have eliminated single points of failure almost everywhere else.
flowerlad | 2 months ago
Having only one SSL certificate is a single point of failure, we have eliminated single points of failure almost everywhere else.
woodruffw|2 months ago
Edit: but to be clear, I don’t understand why you’d want this. If you’re worried about your CA going offline, you should shorten your renewal period instead.
flowerlad|2 months ago
Update: looks like the answer is yes. So then the issue is people not taking advantage of this technique.
throw0101c|2 months ago
Both Apache (SSLCertificateFile) and nginx (ssl_certificate) allow for multiple files, though they cannot be of the same algorithm: you can have one RSA, one ECC, etc, but not (say) an ECC and another ECC. (This may be a limitation of OpenSSL.)
So if the RSA expires on Feb 1, you can have the ECC expire on Feb 14 or Mar 1.
unknown|2 months ago
[deleted]
unknown|2 months ago
[deleted]
deIeted|2 months ago