Skip to content

Instantly share code, notes, and snippets.

View tylert's full-sized avatar

Tyler Tidman tylert

View GitHub Profile
@tylert
tylert / fix_certs_iot-3.1.0.sh
Last active November 14, 2017 13:55
Fix the localhost self-signed certificates for IoT 3.1.0
#!/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}"
@tylert
tylert / fix_certs_iot-3.0.0.sh
Created July 12, 2017 13:08
Fix the localhost self-signed certificates for IoT 3.0.0
#!/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}"