README.md in sslcheck-0.9.6 vs README.md in sslcheck-0.9.9

- old
+ new

@@ -66,11 +66,11 @@ (undocumented) API. See `SSLCheck::Certificate` for more details. A helper method is provided on the `Certificate` to get at most of the important details. ``` checker.peer_cert.to_h - {:common_name=>"www.sslinsight.com", + {:common_name=>"letsencrypt.org", :organization_unit=>"Domain Control Validated", :not_before=> #<DateTime: 2014-07-25T00:00:00+00:00 ((2456864j,0s,0n),+0s,2299161j)>, :not_after=> #<DateTime: 2015-07-25T23:59:59+00:00 ((2457229j,86399s,0n),+0s,2299161j)>, @@ -80,11 +80,11 @@ {:common_name=>"COMODO RSA Domain Validation Secure Server CA", :country=>"GB", :state=>"Greater Manchester", :locality=>"Salford", :organization=>"COMODO CA Limited"}} - => {:common_name=>"www.sslinsight.com", :organization_unit=>"Domain Control Validated", :not_before=>#<DateTime: 2014-07-25T00:00:00+00:00 ((2456864j,0s,0n),+0s,2299161j)>, :not_after=>#<DateTime: 2015-07-25T23:59:59+00:00 ((2457229j,86399s,0n),+0s,2299161j)>, :issued=>true, :expired=>false, :issuer=>{:common_name=>"COMODO RSA Domain Validation Secure Server CA", :country=>"GB", :state=>"Greater Manchester", :locality=>"Salford", :organization=>"COMODO CA Limited"}} + => {:common_name=>"letsencrypt.org", :organization_unit=>"Domain Control Validated", :not_before=>#<DateTime: 2014-07-25T00:00:00+00:00 ((2456864j,0s,0n),+0s,2299161j)>, :not_after=>#<DateTime: 2015-07-25T23:59:59+00:00 ((2457229j,86399s,0n),+0s,2299161j)>, :issued=>true, :expired=>false, :issuer=>{:common_name=>"COMODO RSA Domain Validation Secure Server CA", :country=>"GB", :state=>"Greater Manchester", :locality=>"Salford", :organization=>"COMODO CA Limited"}} ``` What are the details of the CA Bundle? Each certificate in the CA Bundle is available as an `SSLCheck::Certificate` @@ -161,9 +161,13 @@ * Fork * Run the tests (`rake`) * Commit & Push * Submit a pull request +## Special Thanks + +* [https://badssl.com](https://badssl.com) +* [https://letsencrypt.org](https://letsencrypt.org) ## License The MIT License (MIT)