RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: psaravanan
Site: http://saravana.heroku.com/
:) I am using Apache. I watched this screencast. Its explained in Nginx server.
In heroku want to do like below
cat WWW.EXAMPLE.COM.crt UTNAddTrustServer_CA.crt NetworkSolutions_CA.crt AddTrustExternalCARoot.crt >> combined.pem
then
heroku certs:add combined.pem ca.key
Here i didnt have .key file( i.e private key ). I dont know, Is I want to generate private key or Network Solution want to give private.key?
Thanks
Hi everyone
I buy ssl certificate from Network Solution. They gave four files
Can you guys please help me, how can i install or setup SSL to my rails app to run https://example.com by step-by-step. :)
Important: I am using heroku and i add the ssl endpoint add-on.
i am using ubuntu 11.04 OS.
Thanks "Cailinanne"
:)
I am using Apache.
I watched this screencast. Its explained in Nginx server.
In heroku want to do like below
cat WWW.EXAMPLE.COM.crt UTNAddTrustServer_CA.crt NetworkSolutions_CA.crt AddTrustExternalCARoot.crt >> combined.pem
then
heroku certs:add combined.pem ca.key
Here i didnt have .key file( i.e private key ).
I dont know, Is I want to generate private key or Network Solution want to give private.key?
Thanks
Hi everyone
I buy ssl certificate from Network Solution. They gave four files
Can you guys please help me, how can i install or setup SSL to my rails app to run https://example.com by step-by-step. :)
Important: I am using heroku and i add the ssl endpoint add-on.
i am using ubuntu 11.04 OS.
Thanks
Thanks "Cailinanne"