I have recently installed duck dns to access my HA from outside my network, i can access by http without problems but my problem is that duckdns dont create any ssl files, neither fullchain.pem or privkey.pem or folder can be found anywhere. log says everything is fine. sorry for bad english.
here is my codes
duck dns
lets_encrypt:
accept_terms: true
certfile: fullchain.pem
keyfile: privkey.pem
token: my_token
domains:
- myurl.duckdns.org
seconds: 300
Log duck dns
# INFO: Using main config file /data/workdir/config
+ Account already registered!
[19:55:20] INFO: OK
"my ip"
config file
http:
base_url: https://my_url.duckdns.org
# ssl_certificate: /ssl/fullchain.pem
# ssl_key: /ssl/privkey.pem
# api_password: my_password
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
hassio:
discovery:
home assistant log when i dont have squared ssl code
2020-04-12 20:02:31 ERROR (MainThread) [homeassistant.components.hassio] Component error: base_url - Integration 'base_url' not found.
Component error: ssl_key - Integration 'ssl_key' not found.
Component error: ssl_certificate - Integration 'ssl_certificate' not found
will take any help i can get, running on an ubuntu server pc