I don't know where to put "fulchain.pem" and "privkey.pem" after the renewal of the SSL certificate performed with let's Encryptreneval

Hi all, my configuration.yaml file contains these lines

http:
  base_url: https://mydomainname.duckdns.org:8123
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

and everything was ok before the SSL certificate expired.

With the renewal of the certificate the two files “fulchain.pem” and “privkey.pem” have been inserted in:
‘homeassistant@mydomainname: /etc/letsencrypt/live/mydomainname.duckdns.org’

Now I believe that I have to copy the above two files in the /ssl/ folder indicated in the configuration.yaml file, but I don’t know how to find it through the linux commands on my home assistant server.

Can any of you help me?