Jéan Roux
Jéan Roux
It executed 11 Tasks successfully, on the 12th it fails, here is the fail.
Okay let me check the suggestions minus trying on Jessie. Thank you so far !
Hi Nick, I think I am further now, still stuck at step 11, `TASK [nickjj.letsencrypt : Show SSL certificate generation output]`, as I opened access to the server the certs...
Nick, Python 2.7.16, dropped the acme_tiny.py in, but still the same message. Do you have other ideas on where I can have a look? Check output in below file. [error.txt](https://github.com/nickjj/ansible-letsencrypt/files/4067226/error.txt)
No, stockstandard .com domain name. And here is my nginx conf file: ``` server { listen 80; server_name mydomain.com www.mydomain.com; return 301 https://mydomain.com$request_uri; } server { listen 443 ssl default_server;...
Thank you, I am on business travels in Canada, will try again sometime. On Wed, 29 Jan 2020 at 17:33, Nick Janetakis wrote: > I just pushed v0.3.2 to the...
Adding another vote for Homie support on this closed issue.... Did you look at https://homieiot.github.io ?
I tern, I will do a pull request to give you a proper docker install Dockerfile & installation instructions.... 😇
Here is my Dockerfile: ``` FROM python:2-alpine RUN apk update && \ apk add --no-cache \ git WORKDIR /usr/src/app RUN git clone https://github.com/Tertiush/ParadoxIP150v2.git RUN chmod +x /usr/src/app/ParadoxIP150v2/IP150-MQTTv2.py # I run...