Duck Dns doesn't create ssl files or folder

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

Welcome to the forum. Does the /ssl directory exist ?

Thank you! no it does not.

I may have found the problem now, somehow i have several home assistants installed and in one of them the ssl does exists but not at the same place as the config file. i will try work with this and see what i can find.

so the problem was that the ssl files duckdns tried to find didnt exist, i changed the path in duckdns config to the other folder and now it works.

1 Like

pls expamle for another folder