From 6d8b8b6b7a56f54b148bc8b0d481ece3fc22f5e9 Mon Sep 17 00:00:00 2001 From: oldnapalm <38410858+oldnapalm@users.noreply.github.com> Date: Wed, 22 Apr 2020 13:23:32 -0300 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d9c3ef6..5722ebb 100644 --- a/README.md +++ b/README.md @@ -106,15 +106,6 @@ to generate your own certificates and do the same. * If you're prompted for a password, just leave it blank. There is no password. * Using a text editor open ``~/Library/Application Support/Zwift/data/cacert.pem`` * Append the contents of ``ssl/cert-zwift-com.pem`` to cacert.pem -* Using a text editor (with admin privileges) open ``/etc/hosts`` - * Append this line: `` us-or-rly101.zwift.com secure.zwift.com cdn.zwift.com launcher.zwift.com`` -
(Where ```` is the ip address of the machine running zoffline. If - it's running on the same machine as Zwift, use ``127.0.0.1`` as the ip.) - -Why: We need to redirect Zwift to use zoffline and convince OS X and Zwift to -accept zoffline's self signed certificates for Zwift's domain names. Feel free -to generate your own certificates and do the same. - * Using a text editor (with admin privileges) open ``/Applications/Zwift.app/Contents/Info.plist`` * Append these keys: ``` @@ -132,6 +123,14 @@ to generate your own certificates and do the same. ``` +* Using a text editor (with admin privileges) open ``/etc/hosts`` + * Append this line: `` us-or-rly101.zwift.com secure.zwift.com cdn.zwift.com launcher.zwift.com`` +
(Where ```` is the ip address of the machine running zoffline. If + it's running on the same machine as Zwift, use ``127.0.0.1`` as the ip.) + +Why: We need to redirect Zwift to use zoffline and convince OS X and Zwift to +accept zoffline's self signed certificates for Zwift's domain names. Feel free +to generate your own certificates and do the same.