mirror of https://github.com/zulip/zulip.git
eaffa1d6f5
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) |
||
---|---|---|
.. | ||
.gitignore | ||
app.humbughq.com.combined-chain.crt | ||
dev.humbughq.com.combined-chain.crt | ||
dev.humbughq.com.crt | ||
humbug-self-signed.crt | ||
staging.humbughq.com.combined-chain.crt | ||
staging.humbughq.com.crt |