Hey Simon,

While this forum is meant for more high level discussion of the platform 
and services, a specific issue like this being somewhat off topic, I'll be 
happy to assist in narrowing down the scope of the issue before advising 
that you post to either Stack Overflow <http://stackoverflow.com> or the Cloud 
Platform Public Issue Tracker 
<http://code.google.com/p/google-cloud-platform/issues/list>. 

Did you concatenate the certificates to create a *PEM encoded X.509 public 
key certificate*?

Regards,

Nick
Cloud Platform Community Support

On Friday, May 6, 2016 at 4:07:45 PM UTC-4, Simon Brown wrote:
>
> I use CloudFlare with App Engine and I'm trying to take advantage of their 
> new CA <https://blog.cloudflare.com/cloudflare-ca-encryption-origin/>, 
> but I get an error when I try to import the cert into App Engine. I have 
> also tried creating a self-signed cert, and no dice (except once in which 
> it was imported, but didn't seem to work, so I tried again after which it 
> stopped).
>
> Here is my process:
>
> 1. I run this command to generate a CSR:
>
> openssl req -nodes -newkey rsa:2048 -keyout myserver.key -out server.csr
>
>
> 2. I paste the CSR into CloudFlare's utility and get back a PEM 
> certificate.
>
>
> 3. I run the following command to convert my private key to a PEM key, as 
> per the docs 
> <https://cloud.google.com/appengine/docs/python/console/using-custom-domains-and-ssl#more_about_app_engine_support_for_ssl_certificates>
> :
>
>
> openssl rsa -in myserver.key -out myserver.key.pem
>
>
> 4. I go to certificates in App Engine and select the certificate from 
> CloudFlare for the public key certificate and myserver.key.pem for the 
> RSA private key. I get the following error message:
>
>
> The SSL certificate provided could not be inserted.
>
>
> Any suggestions on what I might be doing wrong?
>
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/57598d6c-cee1-4fc6-86c2-ec2997bcc680%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to