context "when the common name is not correct" do
      before do
        @check = Checker.new.check('https://wrong.host.badssl.com/')
      end
      it 'should not be valid' do