zulip/certs
Luke Faraone eaffa1d6f5 Reorder certificate chaining with updated certificates.
Previously we presented the server cert, then the intermediate, then the
CA. This caused some browsers to break.

To resolve the issue, we ran:
wget http://www.startssl.com/certs/ca.pem -O startcom.pem
wget http://www.startssl.com/certs/sub.class1.server.ca.pem
cat app.humbughq.com.crt sub.class1.server.ca.pem startcom.pem > app.humbughq.com.combined-chain.crt

(repeating the last step for each .humbughq.com.crt)

Note: The resultant .combined-chain. files contain different
certificates than they did previously.

(imported from commit 6544938ef2955d52c5e8d95f53c280322526a790)
2012-11-08 15:00:35 -05:00
..
.gitignore Move certs .gitignore to where the certs are now. 2012-10-29 13:19:41 -04:00
app.humbughq.com.combined-chain.crt Reorder certificate chaining with updated certificates. 2012-11-08 15:00:35 -05:00
dev.humbughq.com.combined-chain.crt Reorder certificate chaining with updated certificates. 2012-11-08 15:00:35 -05:00
dev.humbughq.com.crt Add staging/dev certs to puppet configuration. 2012-11-06 16:59:28 -05:00
humbug-self-signed.crt Move humbug-self-signed.crt into a common directory 2012-10-15 13:29:47 -04:00
staging.humbughq.com.combined-chain.crt Reorder certificate chaining with updated certificates. 2012-11-08 15:00:35 -05:00
staging.humbughq.com.crt Add staging/dev certs to puppet configuration. 2012-11-06 16:59:28 -05:00