Google Assistant and SSL cert

Hi all,

first of all i HAVE checked a looot of tuts and threads but i can not find any relevant information.
I want to link GA to HA. Tried to follow the links from official documentation such as :

On step 4 i can not continue as the SSH is limited. (i am using RPI4, not a dockerized hassio)
So i cant install anything. Cant install certbot-auto and i cant get any SSL certs.
I have access over HTTP://mydomain.duckdns.org…but for Google to work it needs to be HTTPS.

After reading all the threads and topics = for google to work i need SSL, for SSL i need letsEncrypt and certbot, for that i need SSH, which doesnt work.

anyone, any advice ?

Can you access your configuration.yaml file? If so, does it contain:

http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

I think that’s what got me from http:// to https://

Yes. I have it. I thought that instead of fullchain.pem i should enter the path to the certificate.

When i try to add

http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem

Then i get this error in the checker (if i restart ignoring the config checker it breaks everything)

Invalid config for [http]: not a file for dictionary value @ data[‘http’][‘ssl_certificate’]. Got ‘/ssl/fullchain.pem’
not a file for dictionary value @ data[‘http’][‘ssl_key’]. Got ‘/ssl/privkey.pem’. (See /config/configuration.yaml, line 16).