SSL google app engine -


I try to enable SSL for my custom domain to enable SSL in app venues

So far I found this article:

  openssl genrsa -out rsaprivkey.pem 1024 openssl req -New -x509-RSprivate.Pem-out DSACERT < / Code>  

Then I have uploaded the google app SSL from the .pem settings page

  Dsacert.pem & gt; PEM encoded X.509 certificate rsaprivkey.pem & gt; Unencrypted PEM encoded RSA Private Key   

However, I have received this error message after uploading.

The domain in the certificate must contain only letters with permission (RFC 1034).

solution!

This article

When the open SSL asks questions for the name of your app, to protect the entire URL, www.abc.com as your reply

But I did not find any place to enter my app name for the first time during the ANDSL PM generation.

Finally, I know that the domain should be filled in the organization and common name fields.

  Organization name (for example, company) [Internet widgets PTI]: & gt; Example.com General name (for example, your name) & gt; * .example.com    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -