How do I setup SSL from COMODO for Google App Engine?
Originally I have used the certificate with other servers from Rackspace down to EC2 now I have migrated the domain for the certificate to GAE.
From the previous server I generated these files with openssh where these files were used for the creation of COMODO certificate:
- mydomain.csr
- mydomain.key
Then after registration with Namecheap.com for COMODO certificate, I got
- www_mydomain_com.ca-bundle
- www_mydomain_com.crt
What can I do to allow https access for my custom domain in Google App Engine?