Create PKCS#12 .pfx from lets encypt

I want to use the certificates from lets encrypt to secure my emby instance on a different machine.

Lets enrcrypt is set up via the duckdns addon in hassio. I get the fullchain.pem and privatekey.pem.

To generate a .pfx file i also need the chain.pem and cert.pem both are not available inside the ssl folder. Does anyone know how to get these files or generate a PKCS#12 .pfx file in another way?

I tired home assistant on a virtuelenv on different p, which is used a syncthign instance. I used certbot to generate the certificates before. This worked without a problem.

I switched to hass io and a dedicated pi because I wanted a dedicated Pi for home assistant.

2 Likes

how did you manage ; i have same question

thnx

Sorry I wasn’t able to to fix this issue by generating a certificate. I did end up using a reverse nginx proxy. I added a few more services and subdomains to my setup (e.g. nextcloud as cloud.example.com) and this was the easiest way to get all the certificates.
After writing all config files by hand for a wile I switched to Nginx proxy manager due to the time savings.
Sorry I couldn’t help any further.

Ah ok, i used an openssl command to convert pem files to pfx, so it’s also resolved for me