Better SSL than Google? Let’s Encrypt is Good!

I was rather shocked.

After moving the server into Google Cloud, I decided to see what the SSL testing by SSL Labs would say about it.  I secure all of my servers with the Let’s Encrypt program sponsored by the EFF and others.

I was use to getting a score of A with their test.  Today though, the results came up A+. I have never seen SSL Labs give out an A+ score before. Not even to Google.

SSL Lab results for www.google.com showing a grade of A
SSL Lab results for www.google.com
SSL Lab results for www.lupecode.com showing a grade of A+
SSL Lab results for www.lupecode.com

The results for www.lupecode.com on SSL Labs.

Right at the top in the blue bar, it states that Lupe Code only “works only in browsers with SNI support.”  On Google’s in place of the blue bar is an orange bar that states that the “intermediate certificate has an insecure signature.”  The green metric bars in the middle right, next to the letter grade, show the same scores for the categories.  So, what is the difference, how did I get an A+?  Is it the blue/orange bar difference?  It is not the only one.


Let’s talk about how I got the A+ rating.

You won’t believe this, I did nothing special.  Literally.  I set up a new server in GCE (Google Compute Engine).  I used Ubuntu 16.04 LTS.  Installed PHP7.2, MySQL 5.7, and Apache 2.  Installed CertBot, which is Let’s Encrypt’s automated SSL generation application.

Here is the script that I ran to do all of that.  You can run this too, just do so as root.

After I set up the DNS to point www.lupecode.com to this server, and created the virtual host in Apache, I just ran certbot with this command:

That was it.  I really did nothing special.  Let’s Encrypt must have their game together.


Here are the full page images showing all of the details, for the curious.