From 5db73e480dd98b4fcdd03ddf12ea5e73d92fffa0 Mon Sep 17 00:00:00 2001 From: zoffline <33994549+zoffline@users.noreply.github.com> Date: Wed, 9 Oct 2019 23:40:35 -0400 Subject: [PATCH] Mention possible password prompt in instructions. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 546dc4d..d8f8a5d 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ dependencies listed below. The necessary Apache configuration is inside the * ``ssl/cert-zwift-com.pem`` * Open Command Prompt as an admin, cd to that location and run * ``certutil.exe -importpfx Root cert-zwift-com.p12`` + * If you're prompted for a password, just leave it blank. There is no password. * Open Notepad as an admin and open ``C:\Program Files (x86)\Zwift\data\cacert.pem`` * Append the contents of ``ssl/cert-zwift-com.pem`` to cacert.pem * Open Notepad as an admin and open ``C:\Windows\System32\Drivers\etc\hosts`` @@ -98,6 +99,7 @@ to generate your own certificates and do the same. * Open Keychain Access, select "System" under "Keychains", select "Certificates" under "Category" * Click "File - Import Items..." and import ``ssl/cert-zwift-com.p12`` * Right click "\*.zwift.com", select "Get Info" and under "Trust" choose "When using this certificate: Always Trust". + * 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``