Lets Encrypt on Windows 10

hello did anyone managed to work let’s encrypt on windows Pc… someone please help me

Edit:

managed to set it up everything worked well got my certificate but when i open https://xxxx.duckdns.org it takes to Internet Information Services site. whats wrong i’m i doing something?

this is how its in configuration file

http:
  # Uncomment this to add a password (recommended!)
   api_password: !secret api_password
  # Uncomment this if you are using SSL or running in Docker etc
   base_url: https://domain.duckdns.org
   ssl_certificate: 'C:\Users\mohammed\AppData\Roaming\letsencrypt-win-simple\httpsacme-v01.api.letsencrypt.org\domain.duckdns.org-crt.pem'
   ssl_key: 'C:\Users\mohammed\AppData\Roaming\letsencrypt-win-simple\httpsacme-v01.api.letsencrypt.org\domain.duckdns.org-key.pem'

Edit: finally!! have done it… it works normally with https://domain.duckdns.org but I can not access it from the internal network, h it works flawlessly with https://domain.duckdns.org on the external network. I even tried with 192.168.x.xx:8123 in internal network it does not work. how can I access Home Assistant from internal network?

You need split DNS on your internally network so https://domain.duckdns.org resolve 192.168.x.xx.

Your certificate links to that address (https://domain.duckdns.org )

Hi, i tries to install certbot on my python virtual enviroment running on windows 10, but i can t get i work.

certbot is istalled but how do I go from there ? Which command?

Br
Chris

Hello,

Can someone guide me thru setting up HTTPS on homeassistant? I cannot figure it out