/usr/lib/acme/client/acme.sh -d openwrt42.domain.tld --keylength 4096 --accountemail Administrator@domain.otherTLD --server https://ca.home.tld:port/acme/acme/directory --days 7 --standalone --listen-v6 --issue --home /etc/acme --pre-hook "service uhttpd stop" --post-hook "service uhttpd start" --force
for f in *.(mp4|mkv|avi|mov|flv|en.srt)(N); do
    if [ -e "$f" ]; then
        mkdir "${f%.*}"
        mv "$f" "${f%.*}"
    fi
done