Need a pfx file

Can we configure a script to run after a successful renewal?

That way, I can script it to create a pfx file for Jellyfin. Thank you.

The folder watch integration can monitor file changes to your cert files. Automate based on that change.

Thanks, I managed to find the folder watcher, but any idea how I can run a bash script?

Really you need to look through the docs. Try searching

I found it. Thank you.

Sorry, not sure why but I now keep getting an error from folder_watcher
This is my entry in configuration.yaml

folder_watcher:
  - folder: /ssl
    patterns:
      - '*.pem'

and the error is

Home Assistant Core
Setup failed for folder_watcher: Integration failed to initialize.
22:48:24 – (ERROR) setup.py
Folder /ssl is not valid or allowed
22:48:24 – (ERROR) folder_watcher

Nevermind, found it

homeassistant:
  allowlist_external_dirs:
    - /ssl
1 Like