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/7420f14d-4e76-4e8e-8bdb-4648c55040db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] E... Simon Brown

Reply via email to