diff options
author | Mark Spruiell <mes@zeroc.com> | 2015-06-04 10:11:36 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2015-06-04 10:11:36 -0700 |
commit | 2dd890ff387b576502ba06335b951abcb76a918a (patch) | |
tree | e656bce97c7715311291616bc4aa7ae76f888d12 /js | |
parent | Fix ICE-6556 - Fix clang warning (diff) | |
download | ice-2dd890ff387b576502ba06335b951abcb76a918a.tar.bz2 ice-2dd890ff387b576502ba06335b951abcb76a918a.tar.xz ice-2dd890ff387b576502ba06335b951abcb76a918a.zip |
edits to js/BuildInstructions.md
Diffstat (limited to 'js')
-rw-r--r-- | js/BuildInstructions.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md index 856a4bdf814..7b16bec2b2e 100644 --- a/js/BuildInstructions.md +++ b/js/BuildInstructions.md @@ -95,29 +95,29 @@ the "Security" settings tab, deselect the "Enable Protected Mode" checkbox. #### Secure WebSockets on iOS and Android To use WSS on iOS and Android it may be required (depending on browser and -platform) that the server certificate's common name mathces the computer hosting +platform) that the server certificate's common name matches the computer hosting the tests, and that the test certificate authority be installed on your device. -First you'll need to generate a new certifcates to match the IP address of the -computer hosting the tests. +First you'll need to generate new certificates to match the IP address of the +computer hosting the tests: - > certs/makecerts.py [ip address] + > certs/makecerts.py [IP address] -Next you must install the certificate authority on your device. The -simplest way is to email the CA certificate (`certs/cacert.pem`) to yourself -then follow the instructions below to install the certificate on your device. +Next you must install the certificate authority on your device. The simplest way +is to email the CA certificate (`certs/cacert.pem`) to yourself and then follow +the instructions below to install the certificate on your device. -Once installed you connected to the server using the same ip address used to +Once installed, you connect to the server using the same IP address used to create the certificates. -##### Installing certificates on iOS +##### Installing Certificates on iOS Open the certificate (`cacert.pem`) from the device's email client. You -will be promped to create a configuration profile containing this certificate. +will be prompted to create a configuration profile containing this certificate. -##### Installing certificates on Android +##### Installing Certificates on Android -Download the certifcate (`cacert.pem`) to the device from an email client. +Download the certificate (`cacert.pem`) to the device from an email client. Next go to _Settings -> Security -> Install from storage_, and choose `cacert.pem`. Enter a name and press OK. |