From 13096d4ff3f34ccba8963af24850ea7bd8f66042 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Tue, 21 Feb 2017 20:13:15 +0000 Subject: [PATCH] #73 added in some fake website SSL stuff for Travis. --- README.md | 2 +- travis_secrets.yaml | 4 ++-- www_traviswebsite.fake_key | 1 + www_traviswebsite_dot_com.fake_crt | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100755 www_traviswebsite.fake_key create mode 100755 www_traviswebsite_dot_com.fake_crt diff --git a/README.md b/README.md index d7435628..4219fc76 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Home-Assistant Config [![Build Status](https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master)](https://travis-ci.org/CCOSTAN/Home-AssistantConfig) by [@ccostan](http://www.twitter.com/ccostan) +# [![Build Status](https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master)](https://travis-ci.org/CCOSTAN/Home-AssistantConfig) Home-Assistant Config by [@ccostan](http://www.twitter.com/ccostan) [Home Assistant](https://home-assistant.io/) configuration files (YAMLs) This is my Home Assistant Configuration created with the All In One installer [expanded to 16GB.](https://community.home-assistant.io/t/expanding-partition-on-sd-card-for-raspberry-pi-with-noobs-pre-installed/2036) I update it pretty regularly. diff --git a/travis_secrets.yaml b/travis_secrets.yaml index 9a2bb16e..93227a56 100755 --- a/travis_secrets.yaml +++ b/travis_secrets.yaml @@ -5,8 +5,8 @@ http_api_password: password external_ip: 10.10.10.10 MQTT_username: MQTT_username MQTT_password: password -ssl_certificate: '/home/hass/.homeassistant/www/website_dot_com.crt' -ssl_key: '/home/hass/.homeassistant/www/website.key' +ssl_certificate: '/home/hass/.homeassistant/www_traviswebsite_dot_com.fake_crt' +ssl_key: '/home/hass/.homeassistant/www_traviswebsite.fake_key' http_base_url: your.website.com ifttt_key: iftttKEYPassphrase forecast_key: ForcastKeyphrase diff --git a/www_traviswebsite.fake_key b/www_traviswebsite.fake_key new file mode 100755 index 00000000..0254955f --- /dev/null +++ b/www_traviswebsite.fake_key @@ -0,0 +1 @@ +This is a DUMMY file for the Travis Builder. diff --git a/www_traviswebsite_dot_com.fake_crt b/www_traviswebsite_dot_com.fake_crt new file mode 100755 index 00000000..0254955f --- /dev/null +++ b/www_traviswebsite_dot_com.fake_crt @@ -0,0 +1 @@ +This is a DUMMY file for the Travis Builder.