Skip to content

Commit

Permalink
Simplify 443 instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Prundeanu <[email protected]>
  • Loading branch information
CristianPrundeanu committed May 14, 2020
1 parent d644c23 commit 45f57fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,5 @@ You can initiate a firmware update campaign targeting any registered device from
To use port 443 for the for Pelion-Cloud connection:
1. Edit your mbed_cloud_dev_credentials.c
1. Find a line like: ``` const char MBED_CLOUD_DEV_BOOTSTRAP_SERVER_URI[] = "coaps://<URL_ADDRESS>:5684?aid=0171136b8b040efaa44517e000000000"; ```
1. Change the ``` <URL_ADDRESS>:5684 ``` to ``` <URL_ADDRESS>:443 ```
1. Run the following: ``` sed -i 's,\(coaps://[^:]*:\)5684,\1443,' mbed_cloud_dev_credentials.c ```
1. Do a clean build following the instruction above in this readme.

0 comments on commit 45f57fe

Please sign in to comment.