From 6a3abcb7a2f121d32b6ead9369e31c9a21534cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 14 Feb 2011 01:06:02 +0000 Subject: Google Mail no longer uses Thawte certificate. Thanks to Oscar Fernadez Sierra for calling this out. --- README | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README b/README index f587fa6..1a436e3 100644 --- a/README +++ b/README @@ -197,19 +197,8 @@ identity username@gmail.com Since Gmail requires the use of the StartTLS extension, you'll need to add the Cert-Authority (CA) root certificate which signed Gmail server certificate. - Gmail's server certificated is signed by Thawte. You can either follow the - instructions to use Mozilla's CA cert bundle, found elsewhere in this - document, or download directly the - {{{http://www.thawte.com/roots/index.html}Thawte Premium Server CA - certificate}}, as shown below: - ---------------------------------------- -mkdir ~/.authenticate -chmod 0700 ~/.authenticate -wget https://www.verisign.com/support/thawte-roots.zip -unzip -p thawte-roots.zip 'Thawte Server Roots/ThawtePremiumServerCA_b64.txt' > ~/.authenticate/ca.pem -chmod 0600 ~/.authenticate/ca.pem ---------------------------------------- + You can follow the instructions to use Mozilla's CA cert bundle, found + elsewhere in this document. Using the StartTLS extension -- cgit v1.2.3