私は StartSSL.com でセキュリティ証明書を取得し、Heroku での手順を厳密に実行しました。中間証明書とルート証明書が与えられました。
これらのファイルをチェーンするためにさまざまな方法を試しましたが、このエラーが発生します (スクリーンショットを参照)
http://i.imgur.com/8WVmAVu.jpg
このエラーを修正するにはどうすればよいですか?
ダウンロードしたファイルは次のとおりです。
ca.pem (root cert)
sub.class1.server.ca.pem (intermediate cert)
copy and pasted the private key as server.key
copy and pasted the certificate as server.orig.crt
There's also the ca-bundle.pem that I tried using but no luck
すべてのファイルを再ダウンロードして、この「cat server.orig.crt sub.class1.server.ca.pem ca-bundle.pem > server.crt」を実行しました。次に、heroku certs:add server.crt server.key を実行しました。このエラーを取得します
Unable to read server.crt file
さらに、CAT なしで単に「heroku certs:add ca-bundle.pem server.key」を試してみたところ、このエラーが発生しました。
No certificate given is a domain name certificate