I faced with the same issue. I converted the private key to rsa using this 
command:
openssl rsa -in private.key -out private.key.pem
And tried this command:
openssl x509 -inform PEM -in www_mydomain_com.crt > public.pem

But without any success. I used this guide to issue and create certificates:
https://cloud.google.com/appengine/docs/java/console/using-custom-domains-and-ssl

Could you provide the steps that you did?

вторник, 29 марта 2016 г., 11:37:33 UTC-5 пользователь Feng Zhou написал:
>
> Thanks your answer.
>
> The problem solved. I searched online and find answer at stackoverflow:
> openssl rsa -in privateKey.key -text > private.pem
> openssl x509 -inform PEM -in www_mydomain_com.crt > public.pem
> These 2 command helps.
>

-- 
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/708ff8f3-69f5-4e11-bdec-8492543e8038%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to