Open anubister opened 8 months ago
If it can help this works for me https://github.com/anubister/coturn_ynh i'll try to propose a PR.
Not able to reproduce with coturn 4.5.2.3~ynh8 on Yunohost 12.0.7 🤷 I would do a last check on another system soon and close here if this bug effectively vanished.
It seems the syntax/options of openssl changed in Debian 12, this command does not work : https://github.com/YunoHost-Apps/coturn_ynh/blob/41e966afbb43336da67ef94c60cc42763cd7e5e5/scripts/install#L26C90-L26C91
Moving the position of the -dsaparam as suggested in the manpage:
Possible solution is to remove '-dsaparm', but I'm not sure wether it only make the key generation slower or have other non acceptable consequences.