سؤال

I'm currently researching how to implement SSL connections through Google's PageSpeed Service. I have been accepted into the program; but I'm having issues conceptualizing how SSL connections will work.

I am using IIS 7, and have production certificates already for multiple domains. Google states you can add up to 50 domains... but did not specify how many could utilize SSL.

  1. Will all of my domains be able to serve SSL connections with Google PageSpeed?
  2. Do I need new SSL certificates?
  3. If not, do I upload the private or public part of the certificate to Google?
  4. How do I get these keys out of IIS?
  5. Do any certificates from Google need to be installed on my server?

The SSL guide offers little in the way of hand-holding.

https://developers.google.com/speed/docs/pss/SSLSetup

I'm hoping someone out there has gone through this before and can guide me.

As I said before, we have several domains; and I was planning on using one of the less trafficked sites for SSL testing. I don't want to lock myself out from having the ability to add the more important domains I manage.

Thanks.

هل كانت مفيدة؟

المحلول

 1.Will all of my domains be able to serve SSL 
  connections with Google PageSpeed? 

Answer 1 What I saw in the tutorial is that it supports one single host:

Before starting the SSL setup, please note that PageSpeed Service supports the following certificate types:

  • Single Domain/Hostname
  • Self-signed
  • Wildcard
  • Subject Alternative Name (SAN) / Multi Domain

from https://developers.google.com/speed/docs/pss/SSLSetup

2. Do I need new SSL certificates? 

Answer 2 Yes you need a new certificate and you need it to be signed it is described in this part :

Generating a certificate signing request of : https://developers.google.com/speed/docs/pss/setup

5. Do any certificates from Google need to be installed on my server? 

Answer 5 No, you need to upload your certificate to Googles server like described in below :

5. Upload Certificates

in https://developers.google.com/speed/docs/pss/SSLSetup

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top