You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use acme.sh since years now on several Synology NAS for the installation and renewal of their certificats.
Today I have tried to install it on an old DS212 under DSM6.2 but it is not possible to get the certificate because of an IDN command missing.
./acme.sh --issue --server letsencrypt --home . -d ‘ndd.fr’ –d ‘name.ndd.fr’ -d '*.name.ndd.fr' --dns dns_ovh
[Thu Nov 9 10:41:56 CET 2023] It seems that ‘ndd.fr’ is an IDN( Internationalized Domain Names), please install 'idn' command first.
I had never seen this message before, and can't go any further as I don't know what to install exactly.
Is there something missing from the last revision of acme.sh or is there a way to solve this issue ?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.
acme.sh installed today and it is the latest code.
debug does not provide lot of information
:usr/local/share/acme.sh# ./acme.sh --debug 2 --issue --server letsencrypt --home . -d 'ndd.fr' -d ‘name.ndd.fr’ -d '*.name.ndd.fr' --dns dns_ovh
[Thu Nov 9 14:05:19 CET 2023] _is_idn_d='ndd.fr'
[Thu Nov 9 14:05:19 CET 2023] _idn_temp
[Thu Nov 9 14:05:19 CET 2023] _is_idn_d='‘name.ndd.fr’'
[Thu Nov 9 14:05:19 CET 2023] _idn_temp='‘’'
[Thu Nov 9 14:05:19 CET 2023] It seems that ‘name.ndd.fr’ is an IDN( Internationalized Domain Names), please install 'idn' command first.
Hello,
I use acme.sh since years now on several Synology NAS for the installation and renewal of their certificats.
Today I have tried to install it on an old DS212 under DSM6.2 but it is not possible to get the certificate because of an IDN command missing.
I had never seen this message before, and can't go any further as I don't know what to install exactly.
Is there something missing from the last revision of acme.sh or is there a way to solve this issue ?
Thanks for your help.
The text was updated successfully, but these errors were encountered: