Getting "Could not read SSL certificate" error when trying to set up SSL cert

Running HA on Windows and Windows Linux Subsystem.

Followed the instructions to a T here. Cert is generated, permissions are correct (755) throughout the folder structure for /letsencrypt/, but HA is throwing the following error on the HTTP component when starting (and then acting like it starts (but it’s not accessible from anywhere).

2019-02-09 11:53:55 ERROR (MainThread) [homeassistant.components.http] Could not read SSL certificate from C:\Users\Media Center\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\etc\letsencrypt\live\[PRIVATE]home.duckdns.org\fullchain.pem: [SSL] PEM lib (_ssl.c:3486)

My config looks like this:

http:
  api_password: [PRIVATE]
  ssl_certificate: C:\Users\Media Center\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\etc\letsencrypt\live\[PRIVATE]home.duckdns.org\fullchain.pem
  ssl_key: C:\Users\Media Center\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\etc\letsencrypt\live\[PRIVATE]home.duckdns.org\privkey.pem
  base_url: [PRIVATE]home.duckdns.org

Anybody have any idea what’s going on?

Nevermind! Seems like certbot-auto didn’t symbolically link the full chain.pem in the active folder to the one in the archive folder. Renamed the one in live, symbolically linked and we’re good to go!