This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Replace self-signed localhost certificate with a self-signed development one. | |
# Works for 3.1.0 IoT Server. | |
# https://docs.wso2.com/display/IoTS310/Configuring+WSO2+IoT+Server+with+the+IP | |
# https://wso2.org/jira/browse/DOCUMENTATION-4535 | |
hostname="${1}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Replace self-signed localhost certificate with a self-signed development one. | |
# Works for 3.0.0 IoT Server. | |
# https://docs.wso2.com/display/IoTS300/Configuring+WSO2+IoT+Server+with+the+IP | |
# https://docs.wso2.com/display/IoTS300/General+iOS+Server+Configurations | |
hostname="${1}" |