[google-appengine] SSL certificate for custom domains in GoogleApps

2015-08-13 Thread Xevi Farrarons Clusella
Hi,

I'm trying to add a SSL certificate to our custom domain through 
GoogleApps, but I cannot.
When I'm adding the SSL certificate, it appears an error like the ssl 
certificate references subdomain outside of managed domain.

Currently we're using GoogleApps for one domain, the first one. The custom 
domain is not the first domain, just bought it to use on that specific GAE 
app. So, my question, does I need to open a new account to GoogleApps for 
that custom domain and then assigning the GAE app to that new account?

Or somebody with the same issue adding a SSL certificate to custom domain 
in GoogleApps ?

Thanks,
Xevi

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9b800662-b01f-4e80-b72f-40636c1619b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] SSL certificate for custom domains in GoogleApps

2015-08-13 Thread Nick
You can use an SSL certificate for a domain alias in Google apps.

First add and verify the domain as an alias domain of your apps account, then 
follow the normal procedure of adding the app and cert.

Be aware that you cannot send email from the alias domain without adding 
specific users as Appengine users. You could also look at mailgun or sendgrid 
etc.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5f3cef4f-c9f2-4135-b970-05e342aa5266%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] ssl certificate for custom domains

2013-03-15 Thread Phil Archibald
cheers Aswath,
does the filename or extension matter for the concatenated file from step 4?


On Wednesday, 13 February 2013 22:06:25 UTC-8, aswath wrote:

 Hi,
 I  did this a week ago for my test appid. I don't have the wildcard cert. 
  But for normal case,the steps are.  

 1.  Generate a private key
 openssl genrsa -out myprivkey.pem 1024

 2. generate the csr using the above private key and upload to comodo
 openssl req -new -key myprivkey.pem -out mykey.csr

 3. generate the unencrypted private key
 openssl rsa -in myprivkey.pem -out unmyprivkey.pem


 4.  After doing step 2, the comodo, will send 3 cert files in a zip by 
 email.  Extract them out and concat them using the notepad.

 5.  Upload 3 and 4 files in the Google apps domain panel.

 Hope this helps.

 -Aswath  
 www.AccountingGuru.in

 On Sat, Feb 9, 2013 at 2:59 AM, lillian...@netvigilance.com javascript:
  wrote:

 I bought a wildcard cert from comodo and created the csr with this 
 command:
 openssl req -out certificate.csr -new -newkey rsa:2048 -nodes -keyout 
 certificate.key
 When trying to upload the certificate and private key I get the error

 Both the private key and SSL certificate should be in unencrypted PEM 
 format.

 even though as far as I know both files are.
 Does anyone know how to solve this?

  -- 
 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 google-appengi...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/google-appengine?hl=en
 .
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] ssl certificate for custom domains

2013-02-13 Thread Aswath Satrasala
Hi,
I  did this a week ago for my test appid. I don't have the wildcard cert.
 But for normal case,the steps are.

1.  Generate a private key
openssl genrsa -out myprivkey.pem 1024

2. generate the csr using the above private key and upload to comodo
openssl req -new -key myprivkey.pem -out mykey.csr

3. generate the unencrypted private key
openssl rsa -in myprivkey.pem -out unmyprivkey.pem


4.  After doing step 2, the comodo, will send 3 cert files in a zip by
email.  Extract them out and concat them using the notepad.

5.  Upload 3 and 4 files in the Google apps domain panel.

Hope this helps.

-Aswath
www.AccountingGuru.in

On Sat, Feb 9, 2013 at 2:59 AM, lillian.kirk...@netvigilance.com wrote:

 I bought a wildcard cert from comodo and created the csr with this command:
 openssl req -out certificate.csr -new -newkey rsa:2048 -nodes -keyout
 certificate.key
 When trying to upload the certificate and private key I get the error

 Both the private key and SSL certificate should be in unencrypted PEM
 format.

 even though as far as I know both files are.
 Does anyone know how to solve this?

  --
 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 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] ssl certificate for custom domains

2013-02-10 Thread lillian . kirkeby
I bought a wildcard cert from comodo and created the csr with this command:
openssl req -out certificate.csr -new -newkey rsa:2048 -nodes -keyout 
certificate.key
When trying to upload the certificate and private key I get the error

Both the private key and SSL certificate should be in unencrypted PEM 
format.

even though as far as I know both files are.
Does anyone know how to solve this?

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.