diff options
author | José Fonseca <jrfonseca@users.sourceforge.net> | 2011-02-14 01:06:02 +0000 |
---|---|---|
committer | José Fonseca <jrfonseca@users.sourceforge.net> | 2011-02-14 01:06:02 +0000 |
commit | 6a3abcb7a2f121d32b6ead9369e31c9a21534cf6 (patch) | |
tree | e17ce72b7dc85adc40db666a500a1d3165ef7e18 | |
parent | 4d86a1ccf2eb5619085c4cace80443135e10b495 (diff) |
Google Mail no longer uses Thawte certificate.
Thanks to Oscar Fernadez Sierra for calling this out.
-rw-r--r-- | README | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -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 |